From 2558aa86030038083dc66aaa22339a593c4a5a75 Mon Sep 17 00:00:00 2001 From: acereca Date: Tue, 10 Apr 2018 15:14:45 +0200 Subject: [PATCH] add processing to ci --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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