diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..479ee34ac3ce36ea96e77c86cbe68982d397cb20
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+stages:
+    - static
+
+default:
+  tags:
+    - podman
+
+static-copy:
+    stage: static
+    image: harbor.wolke.img.univie.ac.at/podman/alpine-sshpass:latest
+    when: manual
+    script:
+        - sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" ./Documentation/html/* "$WOLKE_USER@wolke.img.univie.ac.at:/var/www/flexpart/flexextract"