diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d4822584db61f9718f5f0bea3b1b9d6b193252ac
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+build-presentation:
+  stage: build
+  image: thubo/latexmk
+  only:
+    changes:
+      - Presentation
+  script:
+    - cd Presentation
+    - latexmk -pdf presentation.tex
+  artifacts:
+    name: presentation
+    paths:
+      -Presentation/presentation.pdf