#17 fixed gitlab dependencies in CI

This commit is contained in:
Dominik Becker 2018-08-19 15:38:06 +00:00
parent 6c7c0f119c
commit dd23df75bd

View File

@ -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