Update .gitlab-ci.yml

This commit is contained in:
wakonig_k 2022-07-21 12:44:29 +00:00
parent e9998f194a
commit 75420a0095

View File

@ -13,4 +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
- pip install -e ./bec/bec_utils
- pytest -v ./tests