Update .gitlab-ci.yml: use public runners with texlive:latest image

This commit is contained in:
Maximilian Keßler 2023-09-14 17:13:30 +00:00
parent 1b207380b1
commit f340267ff9

View File

@ -2,23 +2,19 @@ stages:
- build
- pages
default:
tags:
- latex
build-document:
stage: build
image:
name: texlive/texlive:latest
script:
- .ci/build_document.sh
variables:
GIT_SUBMODULE_STRATEGY: recursive
artifacts:
paths:
- public/
only:
- tags
- branches
# - merge_requests
- merge_requests
pages:
@ -30,5 +26,4 @@ pages:
- echo "Deploying to GitLab pages"
- test -f public/Matboj_Regelwerk.pdf
only:
- master
- main