aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-12-22 18:12:00 -0800
committerBryan Newbold <bnewbold@archive.org>2020-12-22 18:19:57 -0800
commit77145b27cb0d5bf03694ae03fe55584228bb8b0a (patch)
tree2ba0f1e88e405b2d974df0f985cdd5dcbbf5a53f /.gitlab-ci.yml
parent57e64394fda9349c6b304e675557cb02512ee108 (diff)
downloadfatcat-scholar-77145b27cb0d5bf03694ae03fe55584228bb8b0a.tar.gz
fatcat-scholar-77145b27cb0d5bf03694ae03fe55584228bb8b0a.zip
gitlab CI: explicitly use xenial docker tag; venv in project
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
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: