diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml
index e79609c75047cf650a12f1dc70d92ec26b72f080..26cf9133f8fb2cd47e623105786c2a5652396a4a 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"]