From 652fed32b9aa39c6a5b7f60ea7b21070940c991d Mon Sep 17 00:00:00 2001 From: Mussab Abdalla <mussab.abdalla@eox.at> Date: Mon, 2 Mar 2020 10:24:54 +0100 Subject: [PATCH] using pip3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 858273a9..30e62662 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ test: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: - apk update && apk add postgresql-dev gcc python3-dev musl-dev py-pip - - pip install -r requirements.txt + - pip3 install -r requirements.txt - pytest - chmod +x env_setup.sh wait_for_container.sh - ./env_setup.sh -- GitLab