diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d8444ccd82bd09303b6ffc48d0ef0d620edc13b..3b063bed2f4529e5bd5d5569cb469a4a9fa0b0b8 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ pages-devel:
     - cp *.html .public
     - mv .public public
     - UPLOADPATH=file://$(pwd)/public
-    - curl --upload-file $WARPATH -u tomcat:$TOMCATPASS "https://m4lab.hft-stuttgart.de/manager/text/deploy?path=/ROOT&update=true&war=$UPLOADPATH"
+    - curl -u tomcat:$TOMCATPASS "https://m4lab.hft-stuttgart.de/manager/text/deploy?path=/ROOT&update=true&war=$UPLOADPATH"
   artifacts:
     paths:
       - public