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

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c198eb..355c3fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,10 +74,11 @@ stages:
     - apt install -y xvfb # Virtual framebuffer for GL stuff.
     - apt install -y inkscape pdftk
     - apt install -y latexmk  poppler-utils # latexmk and pdftocairo
+    - apt install -y texlive-latex-recommended
     - pip install -U Pillow
     - pip install -e ./
     - cd tests
-    - xvfb-run -s "-screen 0 1400x900x24" python test_slider.py
+    - xvfb-run -s "-screen 0 1400x900x24" python -m unittest test_slider.py
     - latexmk --version
 #    - apt-get install -y software-properties-common
 #    - apt-get -y update
-- 
GitLab