Skip to content
Snippets Groups Projects
Commit 7a8a5a2b authored by tuhe's avatar tuhe
Browse files

CI/CD

parent a8e99b48
No related branches found
No related tags found
No related merge requests found
Pipeline #7455 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment