diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d3b3c3da40c37fbce8ba8c5a192fc0d95b04c61..8447aef835ec3a9c2378302b3d45828520d0568a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@ stages:
 test_job:
   stage: test
   script: 
-    - vagrant --fixture=scripts" -- up
-    - vagrant --fixture=scripts" -- ssh -- "cd /vagrant && pytest test/scripts/"
-    - vagrant --fixture=scripts" -- destroy --force
+    - vagrant --fixture=scripts -- up
+    - vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/"
+    - vagrant --fixture=scripts -- destroy --force
   when: manual