From 0549b87275628b4616956602e0e0163ce4f92bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B6rg?= <commits@schurr.at> Date: Thu, 28 Dec 2023 21:39:28 +0000 Subject: [PATCH] Fix CI error --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2610e56..56f605c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: dockershelf/latex:full +image: kjarosh/latex:2023.1 stages: - build @@ -6,6 +6,8 @@ stages: build: stage: build + before_script: + - apk add py3-pygments script: - cd spec - lualatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}' -- GitLab