diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6739b55..dbdd4e8 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 texmf-dist texlive + - apk add --no-cache git gcc musl-dev go - pip install pre-commit script: - pre-commit run --all-files --show-diff-on-failure @@ -11,6 +11,9 @@ gitlab-ci-pre-commit: # Remember to gitignore .cache/** PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit TERM: dumb + # TODO: How to LaTeX on Alpine? texmf-dist texlive packages aren't enough + # for the artikel3 or similar templates. + SKIP: latexmk cache: paths: - ${PRE_COMMIT_HOME}