diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed10981..f8ae56a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ pytest: tests-3.11: stage: AdditionalTests image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11 - needs: ["pytest"] + needs: [] script: - pytest -v --random-order ./tests allow_failure: true