Update .gitlab-ci.yml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user