diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6df10c7e88a47ab6dc378cf67dc301100ff9b1c2..2160edd776b811c9736956d115a215a816d9d29b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,8 +7,6 @@ pages:
   stage: deploy
   script:
     - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
-    - mkdir -p public          # Erstelle das public-Verzeichnis
-    - echo "Hello World" > public/index.html  # Lege eine Testdatei hinein
   artifacts:
     paths:
       - public