From 0b199709eb13e4fa22186ed5266bcbd58d3dcf25 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 4 Feb 2022 11:38:27 -0800 Subject: CI: switch to ubuntu focal --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3