diff --git a/compiler/tests/testutils.py b/compiler/tests/testutils.py index 7949e113..ef059ff1 100644 --- a/compiler/tests/testutils.py +++ b/compiler/tests/testutils.py @@ -163,6 +163,11 @@ class openram_test(unittest.TestCase): def header(filename, technology): + # Skip the header for gitlab regression + import getpass + if getpass.getuser() == "gitlab-runner": + return + tst = "Running Test for:" print("\n") print(" ______________________________________________________________________________ ")