Skip to content
Snippets Groups Projects

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

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