diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03aeae5b6507f5da513a1ea0c910c7b2c52cbfb9..92ef67a0e887a27d075a0aacbf5e14f139ddc67e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ test_job:
     - vagrant plugin install vagrant-disksize
   script: 
     - vagrant --fixture=scripts -- up
-    - vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/"
+    - vagrant --fixture=scripts -- ssh -- -tt "cd /vagrant && pytest test/scripts/"
     - vagrant --fixture=scripts -- destroy --force
   when: manual