diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-02-04 11:38:27 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-02-04 11:38:27 -0800 |
commit | 0b199709eb13e4fa22186ed5266bcbd58d3dcf25 (patch) | |
tree | 83cfed4e49da052fe4a10b2afb4d3557fda4d0b7 | |
parent | 7731e0273fb6ae85bb78493940f3873d9e1899c3 (diff) | |
download | chocula-0b199709eb13e4fa22186ed5266bcbd58d3dcf25.tar.gz chocula-0b199709eb13e4fa22186ed5266bcbd58d3dcf25.zip |
CI: switch to ubuntu focal
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a572489..2c9e90b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:bullseye +image: ubuntu:focal before_script: - apt update -qy - apt install -y --no-install-recommends python3-wheel python3.8 python3.8-venv python3.8-distutils python3-pytest git make pipenv |