Skip to content
Snippets Groups Projects
Verified Commit 8afffa59 authored by Martin Weise's avatar Martin Weise
Browse files

Registry issues

parent 85147f21
No related branches found
No related tags found
2 merge requests!387Wrong model,!384Wrong model
...@@ -247,8 +247,6 @@ deploy-staging: ...@@ -247,8 +247,6 @@ deploy-staging:
test-metadata-service: test-metadata-service:
image: maven:3-openjdk-${JAVA_VERSION} image: maven:3-openjdk-${JAVA_VERSION}
stage: test stage: test
variables:
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs: needs:
- build-metadata-service - build-metadata-service
dependencies: dependencies:
...@@ -269,8 +267,6 @@ test-metadata-service: ...@@ -269,8 +267,6 @@ test-metadata-service:
test-data-service: test-data-service:
image: maven:3-openjdk-${JAVA_VERSION} image: maven:3-openjdk-${JAVA_VERSION}
stage: test stage: test
variables:
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs: needs:
- build-data-service - build-data-service
dependencies: dependencies:
...@@ -301,7 +297,6 @@ test-analyse-service: ...@@ -301,7 +297,6 @@ test-analyse-service:
stage: test stage: test
variables: variables:
PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile" PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs: needs:
- build-analyse-service - build-analyse-service
dependencies: dependencies:
...@@ -326,7 +321,6 @@ test-auth-service-init: ...@@ -326,7 +321,6 @@ test-auth-service-init:
stage: test stage: test
variables: variables:
PIPENV_PIPFILE: "./dbrepo-auth-service/init/Pipfile" PIPENV_PIPFILE: "./dbrepo-auth-service/init/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
before_script: before_script:
- "apk add --no-cache alpine-sdk gcc python3-dev mariadb-connector-c-dev" - "apk add --no-cache alpine-sdk gcc python3-dev mariadb-connector-c-dev"
- "pip install pipenv" - "pip install pipenv"
...@@ -349,7 +343,6 @@ test-search-service: ...@@ -349,7 +343,6 @@ test-search-service:
stage: test stage: test
variables: variables:
PIPENV_PIPFILE: "./dbrepo-search-service/Pipfile" PIPENV_PIPFILE: "./dbrepo-search-service/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs: needs:
- build-search-service - build-search-service
dependencies: dependencies:
...@@ -381,7 +374,6 @@ test-search-service-init: ...@@ -381,7 +374,6 @@ test-search-service-init:
stage: test stage: test
variables: variables:
PIPENV_PIPFILE: "./dbrepo-search-service/init/Pipfile" PIPENV_PIPFILE: "./dbrepo-search-service/init/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs: needs:
- build-search-service - build-search-service
dependencies: dependencies:
...@@ -406,7 +398,6 @@ test-lib: ...@@ -406,7 +398,6 @@ test-lib:
stage: test stage: test
variables: variables:
PIPENV_PIPFILE: "./lib/python/Pipfile" PIPENV_PIPFILE: "./lib/python/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs: needs:
- build-lib - build-lib
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment