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

Update .gitlab-ci.yml

parent 358d5f1e
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ test_telegraf_agents: ...@@ -29,7 +29,7 @@ test_telegraf_agents:
- vagrant --fixture=telegraf-agents -- destroy --force - vagrant --fixture=telegraf-agents -- destroy --force
script: script:
- vagrant --fixture=telegraf-agents -- up - vagrant --fixture=telegraf-agents -- up
- vagrant --fixture=telegraf-agents -- ssh -- clmc-service -tt "cd /vagrant && pytest test/telegraf-agents/" - vagrant --fixture=telegraf-agents -- ssh clmc-service -tt "cd /vagrant && pytest test/telegraf-agents/"
after_script: after_script:
- vagrant --fixture=telegraf-agents -- destroy --force - vagrant --fixture=telegraf-agents -- destroy --force
when: manual when: manual
......
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