ci: remove AdditionalTests dependency on pytest job #29

Closed
usov_i wants to merge 1 commits from merge-additionaltests-with-test-stage into main

View File

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