From f340267ff962ba936d603bd0329429c6b0aa8ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 14 Sep 2023 17:13:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml: use public runners with texlive:latest image --- .gitlab-ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 987bc3a..ebd6519 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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