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