ci: removed needs for additional tests

This commit is contained in:
2024-04-24 18:22:41 +02:00
parent 43d3909e69
commit 67b65f47fd

View File

@@ -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