From 40118e0153efb9343d40ccee4fdbe2a7183f74c7 Mon Sep 17 00:00:00 2001 From: Neil Schark <neil.schark@h-da.de> Date: Tue, 6 Aug 2024 12:39:30 +0000 Subject: [PATCH] use registry again --- .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 e79609c75..26cf9133f 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