diff --git a/.gitlab-ci/bare-metal/poe_run.py b/.gitlab-ci/bare-metal/poe_run.py index 04388a47641..035c77d735c 100755 --- a/.gitlab-ci/bare-metal/poe_run.py +++ b/.gitlab-ci/bare-metal/poe_run.py @@ -75,7 +75,7 @@ class PoERun: return 1 self.print_error("Reached the end of the CPU serial log without finding a result") - return 1 + return 2 def main(): parser = argparse.ArgumentParser()