diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e404e3c85ef7d53c8242081975962f82a8058dd..cc4bc737afcf91a33b6689a11e44c13b36eb865a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,8 @@
 pages-testing:    
   stage: deploy
   script:
+    - echo "script"
     - npm install
-    - echo "npm installed"
-    - npm run clean
-    - echo "npm cleansed"
-    - npm run build
-    - echo "npm built"
   tags: 
     - testing
   only: