From b88545f6864a7d11ca39435906bcbd2cd0bb12b0 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 19 Apr 2024 17:04:32 +0200 Subject: [PATCH] ci: do not wait for additional tests to start --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 350a09a..30c45f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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