From a9546402f5b2f1a43e1c4e17f977c544c326e5dc Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 11 Apr 2024 12:01:56 +0200 Subject: [PATCH] ci: fixed bec install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55a8274..59b2f23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ include: #commands to run in the Docker container before starting each job. before_script: - pip install -e .[dev] - - pip install bec-device-server + - pip install bec-server # different stages in the pipeline stages: