Skip to content
Snippets Groups Projects
Verified Commit a0fa3071 authored by Varac's avatar Varac
Browse files

Show stdout also on cert test success

parent 4119ad46
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ certs:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- cd test/
- py.test -v -m 'certs' --connection=ansible --ansible-inventory=./inventory.yml --hosts='ansible://*'
- py.test -s -m 'certs' --connection=ansible --ansible-inventory=./inventory.yml --hosts='ansible://*'
terminate:
stage: cleanup
......
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