diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dfc958..78d7d3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,5 @@ -image: python:3.6 -before_script: - - pip install pipenv - - pipenv install +image: vaultvulp/pipenv-alpine test: script: + - pipenv install - pipenv run pytest