#42 changed docker image for spell checking

This commit is contained in:
Dominik Becker 2020-05-24 15:14:44 +02:00
parent 4f304cd69a
commit 727433d46b

View File

@ -28,7 +28,7 @@ latexmk:
# - mv main.pdf main@$ci_commit_sha_short.pdf
hunspell_chapters:
image: tmaier/hunspell:latest
image: fastexitlane/hunspell:latest
stage: test
script:
- export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
@ -38,7 +38,7 @@ hunspell_chapters:
hunspell_appendix:
image: tmaier/hunspell:latest
image: fastexitlane/hunspell:latest
stage: test
script:
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`