From 9740f0e7664b52b02cc892a8f6dc9132f7f511ff Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 20 Sep 2022 01:01:13 +0200 Subject: [PATCH] converter cli + tests --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 003843b..a3ac0aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,9 @@ stages: - pwd - apt-get update -y - apt install -y python3-pip + - apt install -y python3.10 + - python --version + - locate python - apt install -y git - apt install -y xvfb # Virtual framebuffer for GL stuff. - apt install -y inkscape pdftk -- GitLab