diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4adaae676720148b703697e0aa80deaba14a88f..08424778a077327980c6604a660dffa5da30b1d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ test_streaming_sim: - vagrant --fixture=streaming-sim -- destroy --force script: - vagrant --fixture=streaming-sim -- up - - vagrant --fixture=streaming-sim -- ssh clmc-service -- -tt "cd /vagrant && pytest test/streaming-sim/" + - vagrant --fixture=streaming-sim -- ssh test-runner -- -tt "cd /vagrant && pytest test/streaming-sim/" after_script: - vagrant --fixture=streaming-sim -- destroy --force when: manual