From 7a8a5a2b9b3f084a3a7d606a73630e98b8fa1c94 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 19 Sep 2022 16:23:41 +0200 Subject: [PATCH] CI/CD --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7c8790..3fc2a71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,12 +72,12 @@ stages: - apt install git - 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 +# - 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 +# - add-apt-repository ppa:inkscape.dev/stable - apt install -y inkscape - pip install -U Pillow - pip install -e ./ @@ -88,9 +88,9 @@ stages: # - xvfb-run -s "-screen 0 1400x900x24" python test_student_code.py -test_38: +test_39: extends: .test_students -# image: python:3.8-buster + image: python:3.9-buster #test_39: # extends: .test_students -- GitLab