diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..8670f9d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +compile_pdf: + image: aergus/latex + script: + - latexmk -pdf thesis.tex + artifacts: + paths: + - thesis.pdf \ No newline at end of file