From 17d7453f805a2a202bae87b6cf0d446e2c55fe40 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Tue, 20 Sep 2022 01:15:43 +0200
Subject: [PATCH] converter cli + tests

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 692d51c..e608752 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,8 +73,8 @@ stages:
     - apt install -y python3-pip
     - apt install -y python3.10 python-is-python3
 #    - apt install -y python-is-python3
-    - python --version
-    - locate python
+#    - python --version
+#    - locate python
     - apt install -y git
     - apt install -y xvfb # Virtual framebuffer for GL stuff.
     - apt install -y inkscape pdftk
-- 
GitLab