diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8103738d7be7ffe244c0b9838ab90e39c5cc8c12
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+pages-devel:    
+  stage: deploy
+  script:
+    - auto_webserverconfig config.conf
+  artifacts:
+    paths:
+      - public
+  tags: 
+    - testing
+  only:
+    - master