diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6781f84..40c23dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,6 @@ stages: latexmk: image: tianon/latex:latest stage: build - tags: - - latex artifacts: paths: - main.pdf @@ -17,8 +15,6 @@ latexmk: hunspell: image: tmaier/hunspell:latest stage: test - tags: - - hunspell script: - export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq` - echo $HUNSPELL_FINDINGS