diff options
| -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  | 
