From 5aa23abdcfd003079e47bdffa735a0b3924378f0 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Wed, 6 Mar 2024 11:31:49 +0000
Subject: [PATCH] wip

---
 .gitlab/ci/.test.yml           | 2 +-
 .gitlab/ci/start_controller.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml
index eb67b0c95..f2a85b348 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
-        command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"]
+        #command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"]
     before_script:
         - bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
     script:
diff --git a/.gitlab/ci/start_controller.sh b/.gitlab/ci/start_controller.sh
index 1e8dbef9e..7353d5fad 100644
--- a/.gitlab/ci/start_controller.sh
+++ b/.gitlab/ci/start_controller.sh
@@ -17,4 +17,4 @@ nslookup rabbitmq
 
 echo ------------------------------------
 
-./gosdn
+./gosdn --config /app/configs/integration-test-gosdn.toml --security secure
-- 
GitLab