bachelorarbeit/.gitlab.yml

14 lines
236 B
YAML
Raw Normal View History

image: niccokunzmann/ci-latex
stages:
- deploy
expose:
stage: deploy
script:
- latexmk -lualatex -interaction=nonstopmode -halt-on-error -jobname=HR-DDE-comments tex/main.tex
artifacts:
paths:
- HR-DDE-comments.pdf