From c53504c9ee617cd9cbdb9a75b8f9b5206e950100 Mon Sep 17 00:00:00 2001 From: Neil Schark <neil.schark@h-da.de> Date: Tue, 5 Mar 2024 16:17:02 +0000 Subject: [PATCH] wip --- .gitlab/ci/.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml index b2867810a..76cdae0d5 100644 --- a/.gitlab/ci/.test.yml +++ b/.gitlab/ci/.test.yml @@ -33,7 +33,7 @@ integration-test-gosdn: alias: gosdn variables: GOSDN_ADMIN_PASSWORD: TestPassword - entrypoint: ["./start_controller_later.sh"] + entrypoint: ["./run.sh"] command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"] before_script: - bash -c "$(curl -sL https://get-gnmic.openconfig.net)" -- GitLab