diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml
index 26cf9133f8fb2cd47e623105786c2a5652396a4a..3bc83f6de7889935a6f86a31e43776a73f451904 100644
--- a/.gitlab/ci/.test.yml
+++ b/.gitlab/ci/.test.yml
@@ -1,6 +1,11 @@
 .test: &test
     stage: test
 
+test-image-pull:
+  script:
+    - docker pull registry.code.fbi.h-da.de/danet/gosdn/plugin-registry:aa38de4a3246d7d967faffb832982382615507be
+  <<: *test
+
 integration-test-gosdn:
     image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:$GOLANG_VERSION-bookworm
     needs: