From 77b74a53813d29b53d0763856138b4a3c609110d Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Thu, 8 Aug 2024 11:58:42 +0200 Subject: [PATCH] test pull without proxy --- .gitlab/ci/.test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml index 26cf9133f..3bc83f6de 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: -- GitLab