Update .gitlab-ci.yml
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
image: blang/latex
|
||||
|
||||
build:
|
||||
beispiel:
|
||||
stage: build
|
||||
script:
|
||||
- latexmk -pdf
|
||||
- latexmk -pdf beispiel.tex
|
||||
artifacts:
|
||||
paths:
|
||||
- "*.pdf"
|
||||
- "beispiel.pdf"
|
||||
|
||||
Reference in New Issue
Block a user