ci: do not wait for additional tests to start
This commit is contained in:
parent
288f39483e
commit
b88545f686
@ -121,10 +121,9 @@ config_test:
|
|||||||
|
|
||||||
tests-3.11:
|
tests-3.11:
|
||||||
stage: AdditionalTests
|
stage: AdditionalTests
|
||||||
|
needs: ["formatter", "pylint"]
|
||||||
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
|
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
|
||||||
script:
|
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
|
- pytest -v --random-order ./tests
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user