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