ci: fixed bec install

This commit is contained in:
wakonig_k 2024-04-11 12:01:56 +02:00
parent 80a964fae7
commit a9546402f5

View File

@ -22,7 +22,7 @@ include:
#commands to run in the Docker container before starting each job. #commands to run in the Docker container before starting each job.
before_script: before_script:
- pip install -e .[dev] - pip install -e .[dev]
- pip install bec-device-server - pip install bec-server
# different stages in the pipeline # different stages in the pipeline
stages: stages: