diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1437f35cd46379d70a1a089da748c0894be67e7..f9c9efcdaa95b3dd9c2f0ba823c25780e086b3f8 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