diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..91e2d5fb8f00b78739e7c9d9c7588d30f481d465
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+image: registry.git.cccv.de/infra/static-pages/docker-images/bullseye-hugo
+
+pages:
+  stage: deploy
+  script:
+    - du -sch public
+  artifacts:
+    paths:
+    - public
+  only:
+  - master
+
diff --git a/index.html b/public/index.html
similarity index 100%
rename from index.html
rename to public/index.html