From ea0ef22b1689110beb4d3c07905ea477f7ede899 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 26 Feb 2018 12:24:22 +1100 Subject: [PATCH] Use a CI image that already has pipenv installed --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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