fix pipeline
This commit is contained in:
+3
-3
@@ -3,9 +3,9 @@ image: registry.gitlab.com/islandoftex/images/texlive:latest
|
|||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- cd Auswertung
|
- cd Auswertung
|
||||||
- pdflatex Vorlage_main.tex
|
- pdflatex -shell-escape Vorlage_main.tex
|
||||||
- pdflatex Vorlage_main.tex
|
- pdflatex -shell-escape Vorlage_main.tex
|
||||||
- pdflatex Vorlage_main.tex
|
- pdflatex -shell-escape Vorlage_main.tex
|
||||||
after_script:
|
after_script:
|
||||||
- cat Auswertung/Vorlage_main.log
|
- cat Auswertung/Vorlage_main.log
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user