From 8bb2828d8f4e374b433b013a16b689107cbf5cca Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 19 Sep 2022 23:24:26 +0200 Subject: [PATCH] converter cli + tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 355c3fb..6739d4b 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 + - apt install -y texlive-latex-recommended texlive-latex-extra - pip install -U Pillow - pip install -e ./ - cd tests -- GitLab