ci: do not wait for additional tests to start

This commit is contained in:
wakonig_k 2024-04-19 17:04:32 +02:00
parent 288f39483e
commit b88545f686

View File

@ -121,10 +121,9 @@ config_test:
tests-3.11:
stage: AdditionalTests
needs: ["formatter", "pylint"]
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
script:
- git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git
- pip install -e ./bec/bec_lib[dev]
- pytest -v --random-order ./tests
allow_failure: true