From bcd4831937f80478ae43016ff1dd4f36ccb752a3 Mon Sep 17 00:00:00 2001 From: Fifo F Date: Fri, 2 Aug 2024 15:09:31 +0200 Subject: [PATCH] Minor edit to GitLab CI file Signed-off-by: Fifo F --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ff3f7b..5f48c06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ build: tlmgr update --self --all && \ tlmgr install scheme-full && \ tlmgr path add && \ - apt update && apt install -y inkscape lilypond python3-pygments && + apt update && apt install -y inkscape lilypond python3-pygments && \ echo shell_escape = t >> /usr/local/texlive/2024/texmf.cnf" docker commit --change "ENTRYPOINT $IMAGE_ENTRYPOINT" temp $IMAGE_NAME:$OVERLEAF_VERSION docker tag $IMAGE_NAME:$OVERLEAF_VERSION $IMAGE_NAME:latest