Skip to content
Snippets Groups Projects
Commit d4b1b76c authored by MJB's avatar MJB
Browse files

Updated executable

parent 71e75c30
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ test:all:
- vagrant --fixture=monitoring -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.monitoring"
- vagrant --fixture=inputs -- up
- vagrant --fixture=inputs -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.inputs"
when: manual
when: on_success
clean:
stage: clean
......
......@@ -6,5 +6,7 @@ while read vm_id; do
echo $vm_id
vboxmanage controlvm $vm_id poweroff
vboxmanage unregistervm $vm_id --delete
done <runningvms
done <runningvms
rm runningvms
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