Update .gitlab-ci.yml
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ pytest:
|
|||||||
tests-3.11:
|
tests-3.11:
|
||||||
stage: AdditionalTests
|
stage: AdditionalTests
|
||||||
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
|
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
|
||||||
needs: []
|
needs: ["formatter"]
|
||||||
script:
|
script:
|
||||||
- pytest -v --random-order ./tests
|
- pytest -v --random-order ./tests
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|||||||
Reference in New Issue
Block a user