ci: removed needs for additional tests #33

Merged
wakonig_k merged 2 commits from wakonig_k-main-patch-37578 into main 2024-04-24 21:54:47 +02:00
Showing only changes of commit f84bc177e2 - Show all commits
+1 -1
View File
@@ -44,7 +44,7 @@ pytest:
tests-3.11:
stage: AdditionalTests
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
needs: []
needs: ["formatter"]
script:
- pytest -v --random-order ./tests
allow_failure: true