From 4055325e2e63afbc9e2c47070cf097e8433ebbf6 Mon Sep 17 00:00:00 2001 From: Mussab Abdalla <mussab.abdalla@eox.at> Date: Thu, 20 Feb 2020 16:55:38 +0100 Subject: [PATCH] pip installation --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a691d45..368cb604 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,8 +82,7 @@ test: before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: - - apt-get update -qy - - apt-get install -y python-dev python-pip + apk add --update py-pip - pip install -r requirements.txt - pytest - docker stack deploy -c docker-compose.vhr18.yml -c docker-compose.vhr18.dev.yml vhr18-pvs -- GitLab