
From: Simon Glass <sjg@chromium.org> These tests run as part of the test.py phase, since they will fail if there is a problem there. Fix up the logic at the start to use this phase, supporting the same options as the other tests. Signed-off-by: Simon Glass <sjg@chromium.org> --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bced2874d2d..59bcd798d6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -343,7 +343,11 @@ Check packing of Python tools: rules: - if: $LAB_ONLY == "1" when: never - - if: $TEST_SUITES == "1" + - if: $TEST_PY == "1" + when: always + - if: $TEST_PY == $CI_JOB_NAME + when: always + - if: $TEST_PY == $TEST_PY_BD when: always - when: never before_script: -- 2.43.0