From 7badf0c01897af72d85beb10e53cd1225db44d8b Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Wed, 21 Mar 2018 12:24:42 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03aeae5..92ef67a 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
 
-- 
GitLab