From 1963999ae75f2e30119f68d3ba8b8127068d0854 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Mon, 19 Sep 2022 23:40:47 +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 9d1ef75..50e1a42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,7 +74,7 @@ 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 texlive-latex-extra texlive-science
+    - apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg
     - pip install -U Pillow
     - pip install -e ./
     - cd tests
@@ -114,7 +114,7 @@ pages:
     - apt install -y git
     - apt install -y inkscape pdftk # pdftk to grap pdf pages (only for converter; can probably be omitted).
     - apt install -y latexmk  poppler-utils # latexmk and pdftocairo
-    - apt install -y texlive-latex-recommended texlive-latex-extra texlive-science
+    - apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg
     - pip install -U Pillow
     - pip install -e ./
     - apt install -y python-opengl xvfb # Virtual framebuffer for GL stuff.
-- 
GitLab