From 95f6a7ceb721581ebe8bc783e5aa8fd5622d0085 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 20 Dec 2024 17:37:52 +0100 Subject: [PATCH] ci: install pytest plugin from specified repo, not pypi --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7757a7e..77ed29b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,7 @@ stages: - pip install -e ./ophyd_devices - pip install -e ./bec/bec_lib[dev] - pip install -e ./bec/bec_ipython_client + - pip install -e ./bec/pytest_bec_e2e .install-os-packages: &install-os-packages - apt-get update