#17 fixed gitlab dependencies in CI
This commit is contained in:
parent
6c7c0f119c
commit
dd23df75bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user