bsc-leon-vatthauer/.gitlab-ci.yml
2023-12-05 12:36:54 +01:00

13 lines
178 B
YAML

variables:
LATEX_IMAGE: listx/texlive:2020
build:
image: $LATEX_IMAGE
script:
- cd thesis
- latexmk -pdf main.tex
artifacts:
paths:
- "thesis/*.pdf"