diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6016aa986c0b24463539a236269e44b309d63c4b..cbc6376367219ccdcc1243169ea9729a269da4f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,12 @@ before_script: - apt-get update -qq - apt-get install -y make - make install - - pip install -U pip setuptools pipenv==9.0.3 + - pip3 install -U pip setuptools pipenv==9.0.3 + - pip3 --version - pipenv install - pipenv shell - python --version + - pip3 show django | grep Version django-tests: script: