diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53800f3..4ec6ea0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,5 @@ pytest: stage: Test script: - git clone https://oauth2:$CI_BEC_KEY@gitlab.psi.ch/bec/bec.git - - pip install -e ./bec/bec_utils + - pip install -e ./bec/bec_client_lib - pytest -v ./tests