Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nhumrich committed Sep 4, 2018
1 parent 66cdced commit ebc3f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test:
- tm_pid=$!
# wait for 8445 to be open
- while ! nc -z localhost 8445; do echo "."; sleep 2; done
- /root/.local/bin/pyresttest http://localhost:8445 tests/api/test.yaml
- pyresttest http://localhost:8445 tests/api/test.yaml
- kill -SIGINT $tm_pid
- sleep 2
- python3 -m coverage report --include "tmeister/*"
Expand Down

0 comments on commit ebc3f30

Please sign in to comment.