diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-12-22 18:12:00 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-12-22 18:19:57 -0800 |
commit | 77145b27cb0d5bf03694ae03fe55584228bb8b0a (patch) | |
tree | 2ba0f1e88e405b2d974df0f985cdd5dcbbf5a53f | |
parent | 57e64394fda9349c6b304e675557cb02512ee108 (diff) | |
download | fatcat-scholar-77145b27cb0d5bf03694ae03fe55584228bb8b0a.tar.gz fatcat-scholar-77145b27cb0d5bf03694ae03fe55584228bb8b0a.zip |
gitlab CI: explicitly use xenial docker tag; venv in project
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |