From 56f650d5499dac1d17490d4f45444b27e539ffab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 May 2023 18:56:26 +0300 Subject: [PATCH] .gitlab-ci.yml: install texmf-list in addition to texlive --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfae6b4..6739b55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: python:alpine gitlab-ci-pre-commit: stage: build before_script: - - apk add --no-cache git gcc musl-dev go texlive + - apk add --no-cache git gcc musl-dev go texmf-dist texlive - pip install pre-commit script: - pre-commit run --all-files --show-diff-on-failure