From 4ee86aba371698820ea16ff94ae6946cd0041fe4 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 15 Apr 2024 16:01:57 +0200 Subject: [PATCH] ci: remove AdditionalTests dependency on pytest job --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59b2f23..b53e697 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,7 +108,6 @@ pytest: tests-3.11: stage: AdditionalTests image: $CI_DOCKER_REGISTRY/python:3.11 - needs: ["pytest"] script: - git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git - pip install -e ./bec/bec_lib[dev]