diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 129b9e61583ae6f6bccfb013572f02aaa5cb7092..e703bde33f4dbad8ea7284508734cbe32ff69bdb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,11 @@
 image: texlive/texlive
-script: 
-- latexmk -pdflua thesis.tex
-- latexmk -pdfxe thesis.tex
-- latexmk -pdf thesis.tex
-- latexmk -pdfps thesis.tex
\ No newline at end of file
+
+build:
+    script: 
+        - latexmk -pdflua thesis.tex
+        - latexmk -pdfxe thesis.tex
+        - latexmk -pdf thesis.tex
+        - latexmk -pdfps thesis.tex
+    artifacts:
+        paths:
+            - thesis.pdf
\ No newline at end of file