Skip to content
Snippets Groups Projects
Commit c92177d6 authored by Michael Boniface's avatar Michael Boniface
Browse files

Update .gitlab-ci.yml

parent 210667fd
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ stages: ...@@ -4,6 +4,7 @@ stages:
- test:telegraf_agents - test:telegraf_agents
test:scripts: test:scripts:
stage: test:scripts
before_script: before_script:
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force
script: script:
...@@ -14,6 +15,7 @@ test:scripts: ...@@ -14,6 +15,7 @@ test:scripts:
when: manual when: manual
test:streaming_sim: test:streaming_sim:
stage: test:streaming_sim
before_script: before_script:
- vagrant --fixture=streaming-sim -- destroy --force - vagrant --fixture=streaming-sim -- destroy --force
script: script:
...@@ -24,6 +26,7 @@ test:streaming_sim: ...@@ -24,6 +26,7 @@ test:streaming_sim:
when: manual when: manual
test:telegraf_agents: test:telegraf_agents:
stage: test:telegraf_agents
before_script: before_script:
- vagrant --fixture=telegraf-agents -- destroy --force - vagrant --fixture=telegraf-agents -- destroy --force
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment