From 77145b27cb0d5bf03694ae03fe55584228bb8b0a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 22 Dec 2020 18:12:00 -0800 Subject: gitlab CI: explicitly use xenial docker tag; venv in project --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f91f0ae..54de0dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ # - ubuntu:xenial (what IA infrastructure runs circa spring 2020) # - python3 dev setup # - pipenv -image: "bnewbold/fatcat-test-base:latest" +image: "bnewbold/fatcat-test-base:xenial" before_script: - pipenv --version @@ -11,6 +11,7 @@ before_script: variables: LC_ALL: "C.UTF-8" LANG: "C.UTF-8" + PIPENV_VENV_IN_PROJECT: "true" test_python: script: -- cgit v1.2.3