From 461d2f2954b7d0329eccf84eb266b8142f9a147a Mon Sep 17 00:00:00 2001 From: toor Date: Tue, 22 Dec 2020 19:15:39 +0100 Subject: [PATCH] fix-setup-bug: fix test pipeline requirements. --- csp-lmc-common/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csp-lmc-common/.gitlab-ci.yml b/csp-lmc-common/.gitlab-ci.yml index 07f5092..ed04811 100644 --- a/csp-lmc-common/.gitlab-ci.yml +++ b/csp-lmc-common/.gitlab-ci.yml @@ -77,7 +77,7 @@ test:csp-lmc-common: - cd $COMMON_BUILD_PATH - pwd - python3 -m pip install -r requirements-tst.txt - - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt + - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt . - pytest tests |tee setup_py_test.stdout - pwd - mkdir -p build/reports -- GitLab