diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e037643..fbc1c55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,6 @@ pytest: tests-3.11: stage: AdditionalTests image: $CI_DOCKER_REGISTRY/python:3.11 - needs: ["pytest"] script: - pytest -v --random-order ./tests allow_failure: true