diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec73d9b82cbd53f6a1216c15a894fc8b82b494ea..b3ee4c94d4ad31de3a44bbd36e924ea0ee2f4903 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,14 @@
 image: alpine:latest
 
+stages:
+    - deploy
+  
 pages:
   stage: deploy
   script:
-  - echo 'Nothing to do...'
+    - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
   artifacts:
     paths:
-    - public
-  only:
-  - master
+      - public
+  only: 
+    - master
\ No newline at end of file