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 a8abbb7..da39466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ # This image comes with: -# - ubuntu:focal (what IA infrastructure runs circa 2021) +# - ubuntu:jammy # - python3 dev setup # - pipenv -image: "bnewbold/fatcat-test-base:focal" +image: "bnewbold/fatcat-test-base:jammy" before_script: - pipenv --version |