With the change to regularize the usage of TEST_PY_TEST_SPEC in the
sjg-lab stanza with commit c7f360f20d84 ("Gitlab: Rework sjg-lab calling
test.py to be closer to test.py stage") the leading "and " part of the
usage under qemu-x86_64 wasn't removed when it should have been. Do so
now.

Fixes: c7f360f20d84 ("Gitlab: Rework sjg-lab calling test.py to be closer to 
test.py stage")
Signed-off-by: Tom Rini <[email protected]>
---
Cc: Simon Glass <[email protected]>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08d01c41f358..245e422d72fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -795,5 +795,5 @@ vf2:
 qemu-x86_64:
   variables:
     ROLE: qemu-x86_64
-    TEST_PY_TEST_SPEC: "and not sleep"
+    TEST_PY_TEST_SPEC: "not sleep"
   <<: *sjg_lab_dfn
-- 
2.43.0

Reply via email to