#17 fixed gitlab dependencies in CI
This commit is contained in:
parent
6c7c0f119c
commit
dd23df75bd
|
@ -5,8 +5,6 @@ stages:
|
||||||
latexmk:
|
latexmk:
|
||||||
image: tianon/latex:latest
|
image: tianon/latex:latest
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
|
||||||
- latex
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- main.pdf
|
- main.pdf
|
||||||
|
@ -17,8 +15,6 @@ latexmk:
|
||||||
hunspell:
|
hunspell:
|
||||||
image: tmaier/hunspell:latest
|
image: tmaier/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
|
||||||
- hunspell
|
|
||||||
script:
|
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`
|
- 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
|
- echo $HUNSPELL_FINDINGS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user