diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7ac48d30233ed4ac91ca3eada8096b15f14c7f0e
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+image: latex:latest
+
+Documentation:
+  script:
+    - cd documentation
+    - pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o documentation.pdf
+  artifacts:
+    paths:
+      - ./documentation.pdf
\ No newline at end of file