diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6ad1e7dd32daa8c57daf1513daed66fc8365383..b86c40851ab293ed5830ed70f34a513fc0fcc476 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ test:scripts:
     - vagrant --fixture=scripts -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/"
   after_script:
-    - vagrant --fixture=scripts -- destroy --force       
+    - vagrant --fixture=scripts -- destroy --force
   when: manual
   
 test:monitoring: