From 6dd854883e0133ba8d398042aa5d66ab08b19dd3 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Tue, 6 Aug 2024 12:37:04 +0000
Subject: [PATCH] without registry

---
 .gitlab/ci/.test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml
index 26cf9133f..e79609c75 100644
--- a/.gitlab/ci/.test.yml
+++ b/.gitlab/ci/.test.yml
@@ -20,8 +20,8 @@ integration-test-gosdn:
         alias: rabbitmq
         variables:
           HEALTHCHECK_TCP_PORT: "5672"
-      - name: ${CI_REGISTRY_IMAGE}/plugin-registry:${CI_COMMIT_SHA}
-        alias: plugin-registry
+      #- name: ${CI_REGISTRY_IMAGE}/plugin-registry:${CI_COMMIT_SHA}
+      #  alias: plugin-registry
       - name: $GNMI_TARGET_INTEGRATION_IMAGE
         alias: gnmi-target_A
         command: ["start", "--cert", "/etc/gnmi-target/ssl/certs/gnmi-target-selfsigned.crt", "--key", "/etc/gnmi-target/ssl/private/gnmi-target-selfsigned.key", "--ca_file", "/etc/gnmi-target/ssl/ca.crt"]
-- 
GitLab