diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41f4c240579be979ce7182dfcdfcceda3094378e..cfd7397ea27614247d5180718105549265daccb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,13 +6,15 @@ pages:
   script:
     - cd de.hftstuttgart.energycomponents.parent
     - mvn --version
-    - mvn clean install   # build p2 repo
+#    - mvn clean install   # build p2 repo
     - cd ..
     - rm -rf public
     - mkdir -p public
+    - pwd
+    - ls -l
     - cp catalogs/Catalog.encomp public
-    - cp site/*.html public
-    - cp de.hftstuttgart.energycomponents.application.product/target/products/*.zip public
+    - cp site/downloads.html public
+#    - cp de.hftstuttgart.energycomponents.application.product/target/products/*.zip public
   artifacts:
     paths:
       - public