From 11663cacf6ee40bf0745f96965cfb0ccad3f854b Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 19 Sep 2022 16:09:59 +0200 Subject: [PATCH] CI/CD --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85ccfb1..c6a16bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,11 +73,11 @@ stages: - apt install -y xvfb # Virtual framebuffer for GL stuff. - pwd - 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 - add-apt-repository ppa:inkscape.dev/stable - - apt-get -y update - apt install -y inkscape - pip install -U Pillow - pip install -e ./ -- GitLab