bath/.gitlab-ci.yml

15 lines
232 B
YAML

compile_pdf:
image: latexpygments
script:
- latexmk -pdf thesis.tex
artifacts:
paths:
- thesis.pdf
data_processing:
script:
- python3 data/processing.py
artifacts:
paths:
- data/2kw_direct.png