Skip to content
Snippets Groups Projects

Resolve "Investigate GitLab-CI services don't reach each other"

3 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -33,7 +33,7 @@ integration-test-gosdn:
alias: gosdn
variables:
GOSDN_ADMIN_PASSWORD: TestPassword
entrypoint: ["sleep 10 && ./gosdn"]
entrypoint: ["./start_controller_later.sh"]
command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"]
before_script:
- bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
Loading