diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01e4836..ae1c6f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,11 @@ compile_pdf: - latexmk -pdf thesis.tex artifacts: paths: - - thesis.pdf \ No newline at end of file + - thesis.pdf + +data_processing: + script: + - python3 data/processing.py + artifacts: + paths: + - data/2kw_direct.png