From c92177d669d000fb1b5f773a58f59ed57951d506 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Wed, 21 Mar 2018 20:23:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fc2c43..c30fd29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: - test:telegraf_agents test:scripts: + stage: test:scripts before_script: - vagrant --fixture=scripts -- destroy --force script: @@ -14,6 +15,7 @@ test:scripts: when: manual test:streaming_sim: + stage: test:streaming_sim before_script: - vagrant --fixture=streaming-sim -- destroy --force script: @@ -24,6 +26,7 @@ test:streaming_sim: when: manual test:telegraf_agents: + stage: test:telegraf_agents before_script: - vagrant --fixture=telegraf-agents -- destroy --force script: -- GitLab