Update .gitlab-ci.yml
This commit is contained in:
parent
75420a0095
commit
c97d69e03b
@ -13,6 +13,6 @@ pytest:
|
|||||||
stage: Test
|
stage: Test
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y git
|
- 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
|
- pip install -e ./bec/bec_utils
|
||||||
- pytest -v ./tests
|
- pytest -v ./tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user