diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ad03eaa57182e10473a905403937c4c3e3461bb..34c94e38249b7354f6feea661fd79a435336ea8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,28 +133,28 @@ unittest_py3.9: unittest_py3.10: tags: [cached-dind] - needs:[build-testenv] + needs: [build-testenv] stage: test image: python:3.10 script: *python_test_script unittest_py3.11: tags: [cached-dind] - needs:[build-testenv] + needs: [build-testenv] stage: test image: python:3.11 script: *python_test_script unittest_py3.12: tags: [cached-dind] - needs:[build-testenv] + needs: [build-testenv] stage: test image: python:3.12 script: *python_test_script unittest_py3.13: tags: [cached-dind] - needs:[build-testenv] + needs: [build-testenv] stage: test image: python:3.13 script: *python_test_script