diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53a17a532cfcc156ce070599c685bd52e81aeca0..18bab708b0698ef3e474cf0617e32c1a96a6e2b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ stages:
   
 test:scripts:
   stage: test:scripts
-  before_script:
-    - vagrant --fixture=scripts -- destroy --force 
+ # before_script:
+ #   - vagrant --fixture=scripts -- destroy --force 
   script: 
     - vagrant --fixture=scripts -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/"