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

---
 .gitlab-ci.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73e26d4..6fc2c43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,9 @@
 stages:  
-  - test
-
+  - test:scripts
+  - test:streaming_sim
+  - test:telegraf_agents
+  
 test:scripts:
-  stage: test
   before_script:
     - vagrant --fixture=scripts -- destroy --force 
   script: 
@@ -13,7 +14,6 @@ test:scripts:
   when: manual
   
 test:streaming_sim:
-  stage: test
   before_script:
     - vagrant --fixture=streaming-sim -- destroy --force    
   script: 
@@ -24,7 +24,6 @@ test:streaming_sim:
   when: manual  
   
 test:telegraf_agents:
-  stage: test
   before_script:
     - vagrant --fixture=telegraf-agents -- destroy --force      
   script: 
-- 
GitLab