fix: adjustments for new bec_lib

This commit is contained in:
2023-06-28 11:11:43 +02:00
parent 422f963b4c
commit eee8856565
8 changed files with 130 additions and 10 deletions

View File

@ -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_client_lib
- pip install -e ./bec/bec_lib
- pytest -v ./tests