diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml index eb67b0c95a89fdcd9a3e46db3e9d51d26505e03f..0aeba956624edeec0fee74101572c86a4ce1a333 100644 --- a/.gitlab/ci/.test.yml +++ b/.gitlab/ci/.test.yml @@ -33,6 +33,7 @@ integration-test-gosdn: alias: gosdn variables: GOSDN_ADMIN_PASSWORD: TestPassword + entrypoint: ["sleep 10 && ./gosdn"] command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"] before_script: - bash -c "$(curl -sL https://get-gnmic.openconfig.net)"