Skip to content
Snippets Groups Projects
Commit 761479f0 authored by Martin Blanchard's avatar Martin Blanchard
Browse files

gitlab-ci.yml: Force insecure connections for dummy tests

parent d8f052a7
No related branches found
No related tags found
Loading
Pipeline #28835972 failed
......@@ -28,10 +28,10 @@ before_script:
.run-dummy-job-template: &dummy-job
stage: test
script:
- ${BGD} server start &
- ${BGD} server start --allow-insecure &
- sleep 1 # Allow server to boot
- ${BGD} bot --host=0.0.0.0 dummy &
- ${BGD} execute --host=0.0.0.0 request-dummy --wait-for-completion
- ${BGD} bot dummy &
- ${BGD} execute request-dummy --wait-for-completion
tests-debian-stretch:
<<: *linux-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment