Resolve "Investigate GitLab-CI services don't reach each other"
Compare changes
- Neil-Jocelyn Schark authored
+ 11
− 11
@@ -29,19 +29,19 @@ integration-test-gosdn:
@@ -29,19 +29,19 @@ integration-test-gosdn:
command: ["start", "--cert", "/etc/gnmi-target/ssl/certs/gnmi-target-selfsigned.crt", "--key", "/etc/gnmi-target/ssl/private/gnmi-target-selfsigned.key", "--ca_file", "/etc/gnmi-target/ssl/ca.crt"]
- mkdir artifacts/configs && cp controller/configs/gNMISubscriptions.txt.example artifacts/configs/gNMISubscriptions.txt
- cd artifacts && GOSDN_ADMIN_PASSWORD=TestPassword ./gosdn --config ../controller/configs/integration-test-gosdn.toml --security secure &