diff --git a/.gitlab/ci/gosdn-integration.Dockerfile b/.gitlab/ci/gosdn-integration.Dockerfile
index f67ec802b52fbc4fee55da541f622ed94553716e..51e3a406ce48c93f1a4fdee551f17fe369593caa 100644
--- a/.gitlab/ci/gosdn-integration.Dockerfile
+++ b/.gitlab/ci/gosdn-integration.Dockerfile
@@ -4,22 +4,3 @@ 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
-
-#RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
-
-#ENTRYPOINT [ "./start_controller.sh" ]
-
-#FROM debian:bookworm-slim
-#
-#RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
-#
-#WORKDIR /app
-#
-#COPY .gitlab/ci/run.sh ./run.sh
-#RUN chmod +x run.sh
-#
-#EXPOSE 1337
-#ENTRYPOINT [ "/app/run.sh" ]
diff --git a/.gitlab/ci/run.sh b/.gitlab/ci/run.sh
deleted file mode 100644
index 1e75192c2a1560b6e9ec68c4d8389d0127c01957..0000000000000000000000000000000000000000
--- a/.gitlab/ci/run.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-sleep 20
-
-echo ------------------------------------
-
-nmap -p 5672 rabbitmq
-ping -c 5 rabbitmq
-
-echo ------------------------------------
-
-nslookup rabbitmq
-
-echo ------------------------------------
diff --git a/.gitlab/ci/start_controller.sh b/.gitlab/ci/start_controller.sh
deleted file mode 100644
index 7353d5fadc349d40cd06378e3aa5bd1ce83ed1c6..0000000000000000000000000000000000000000
--- a/.gitlab/ci/start_controller.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-#echo "Starting controller later"
-#sleep 20
-#echo "Starting controller now"
-
-sleep 10
-
-echo ------------------------------------
-
-nmap -p 5672 rabbitmq
-ping -c 5 rabbitmq
-
-echo ------------------------------------
-
-nslookup rabbitmq
-
-echo ------------------------------------
-
-./gosdn --config /app/configs/integration-test-gosdn.toml --security secure