mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
.gitlab-ci.yml: install texmf-list in addition to texlive
This commit is contained in:
parent
dd174f7b46
commit
56f650d549
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user