Update .gitlab-ci.yml

This commit is contained in:
wakonig_k 2022-07-21 12:45:57 +00:00
parent 75420a0095
commit c97d69e03b

View File

@ -13,6 +13,6 @@ pytest:
stage: Test
script:
- apt-get update && apt-get install -y git
- git clone https://oauth2:$ci_bec@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
- pytest -v ./tests