diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73e26d4d8f0c04e95304a6f6805b9f365d266752..6fc2c43990f2ec104dd033d925778a27ceaeeb7d 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: