diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bb83a505f7dc22d25cd191eedfc2bf66c293996..c925ae201ec1140a15dd1e5704e0dba1a7e6fd20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ before_script: - apt-get update -qq - apt-get install -y make - make install + - pip3 install -U pip setuptools pipenv==9.0.3 + - pipenv install - pipenv shell - python --version