Update .gitlab-ci.yml

This commit is contained in:
wakonig_k 2023-06-02 08:34:13 +00:00
parent 35d5ec8e9d
commit f86024e22f

View File

@ -20,5 +20,5 @@ pytest:
stage: Test stage: Test
script: script:
- git clone https://oauth2:$CI_BEC_KEY@gitlab.psi.ch/bec/bec.git - 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 - pytest -v ./tests