diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml
index f2a85b3485d23398b31e75b741564d744853edbb..eb67b0c95a89fdcd9a3e46db3e9d51d26505e03f 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/gosdn-integration.Dockerfile b/.gitlab/ci/gosdn-integration.Dockerfile
index 10dbc93b47d67f976d6ae8b93a71b0942ef084af..f67ec802b52fbc4fee55da541f622ed94553716e 100644
--- a/.gitlab/ci/gosdn-integration.Dockerfile
+++ b/.gitlab/ci/gosdn-integration.Dockerfile
@@ -5,12 +5,12 @@ FROM ${GOSDN_IMAGE}
 RUN mkdir /app/ssl
 COPY ./artifacts/ssl/gosdn /app/ssl
 
-COPY .gitlab/ci/start_controller.sh ./start_controller.sh
-RUN chmod +x start_controller.sh
+#COPY .gitlab/ci/start_controller.sh ./start_controller.sh
+#RUN chmod +x start_controller.sh
 
-RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
+#RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
 
-ENTRYPOINT [ "./start_controller.sh" ]
+#ENTRYPOINT [ "./start_controller.sh" ]
 
 #FROM debian:bookworm-slim
 #