From a88cefa1f4404a5be5c65fc1591cac42613f83ad Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 19 Sep 2022 16:16:34 +0200 Subject: [PATCH] CI/CD --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6a16bd..5194788 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.9-buster +image: ubuntu:22.04 stages: # - pull @@ -75,8 +75,8 @@ stages: - apt-get install -y software-properties-common - apt-get -y update - add-apt-repository universe - - sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list - - sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list +# - sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list +# - sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list - add-apt-repository ppa:inkscape.dev/stable - apt install -y inkscape - pip install -U Pillow -- GitLab