diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e26aa2fb49ffa0641d9af5f7224e667e656c9415..17728e4f20f8de40911ea25750a94d34aa7141db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,10 +45,10 @@ test:all:
     - vagrant --fixture=scripts -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz"
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts"
-    - vagrant --fixture=monitoring -- up
-    - vagrant --fixture=monitoring -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.monitoring"  
-    - vagrant --fixture=inputs -- up
-    - vagrant --fixture=inputs -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.inputs"        
+    #- vagrant --fixture=monitoring -- up
+    #- vagrant --fixture=monitoring -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.monitoring"  
+    #- vagrant --fixture=inputs -- up
+    #- vagrant --fixture=inputs -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.inputs"        
   when: on_success      
   
 clean:
@@ -56,5 +56,5 @@ clean:
   only:
     - schedules    
   script: 
-    - scripts/build/deleteallvms.sh   
+    - python scripts/build/deleteallvms.py   
   when: always       
\ No newline at end of file