1

Update .gitlab-ci.yml

This commit is contained in:
Kim Wittenburg
2018-07-02 09:32:34 +00:00
parent 906e7e8a78
commit 092a79f45a

View File

@@ -1,8 +1,9 @@
image: blang/latex image: blang/latex
build: beispiel:
stage: build
script: script:
- latexmk -pdf - latexmk -pdf beispiel.tex
artifacts: artifacts:
paths: paths:
- "*.pdf" - "beispiel.pdf"