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

Update .gitlab-ci.yml

parent cb318e1c
No related branches found
No related tags found
No related merge requests found
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:
......
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