bath/.gitlab-ci.yml

16 lines
266 B
YAML

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