diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-12-07 19:05:17 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-13 15:04:29 -0800 |
commit | 6a26a977fa05e63437bc126a917f46495b5a620f (patch) | |
tree | 13bb22421f0557edf7fec427157239354d0589e6 /.gitlab-ci.yml | |
parent | 69117e471eeaf3e8ffd5737500e1b9d1880a1e65 (diff) | |
download | fatcat-scholar-6a26a977fa05e63437bc126a917f46495b5a620f.tar.gz fatcat-scholar-6a26a977fa05e63437bc126a917f46495b5a620f.zip |
CI: switch to focal base image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 709a4d9..a8abbb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ # This image comes with: -# - ubuntu:xenial (what IA infrastructure runs circa spring 2020) +# - ubuntu:focal (what IA infrastructure runs circa 2021) # - python3 dev setup # - pipenv -image: "bnewbold/fatcat-test-base:xenial" +image: "bnewbold/fatcat-test-base:focal" before_script: - pipenv --version |