From 128e8cb02630b18055953c439be4f2fd68c99b22 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Wed, 21 Mar 2018 14:07:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1437f3..f9c9efc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ test_scripts: stage: test script: - vagrant --fixture=scripts -- up - - vagrant --fixture=scripts -- ssh -- -tt "cd /vagrant && pytest test/scripts/" + - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest test/scripts/" - vagrant --fixture=scripts -- destroy --force when: manual @@ -13,7 +13,7 @@ test_streaming_sim: stage: test script: - vagrant --fixture=streaming-sim -- up - - vagrant --fixture=streaming-sim -- ssh -- -tt "cd /vagrant && pytest test/streaming-sim/" + - vagrant --fixture=streaming-sim -- ssh clmc-service -- -tt "cd /vagrant && pytest test/streaming-sim/" - vagrant --fixture=streaming-sim -- destroy --force when: manual @@ -21,7 +21,7 @@ test_telegraf_agents: stage: test script: - vagrant --fixture=telegraf-agents -- up - - vagrant --fixture=telegraf-agents -- ssh -- -tt "cd /vagrant && pytest test/telegraf-agents/" + - vagrant --fixture=telegraf-agents -- ssh -- clmc-service -tt "cd /vagrant && pytest test/telegraf-agents/" - vagrant --fixture=telegraf-agents -- destroy --force when: manual -- GitLab