diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ac560bea1773d3672596113ffdd6dacfd0561b6..0824edbec9fe5b8fc990daec05bf43e7249a2900 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,8 +14,6 @@ test:scripts:
   
 test:monitoring:
   stage: test:monitoring
-  before_script:
-    - vagrant --fixture=monitoring -- destroy --force    
   script: 
     - vagrant --fixture=monitoring -- up
     - vagrant --fixture=monitoring -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/monitoring/"
@@ -25,8 +23,6 @@ test:monitoring:
   
 test:inputs:
   stage: test:inputs
-  before_script:
-    - vagrant --fixture=inputs -- destroy --force      
   script: 
     - vagrant --fixture=inputs -- up
     - vagrant --fixture=inputs -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/inputs/"