Skip to content
Snippets Groups Projects

Wrong model

1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
+ 0
9
@@ -247,8 +247,6 @@ deploy-staging:
test-metadata-service:
image: maven:3-openjdk-${JAVA_VERSION}
stage: test
variables:
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs:
- build-metadata-service
dependencies:
@@ -269,8 +267,6 @@ test-metadata-service:
test-data-service:
image: maven:3-openjdk-${JAVA_VERSION}
stage: test
variables:
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs:
- build-data-service
dependencies:
@@ -301,7 +297,6 @@ test-analyse-service:
stage: test
variables:
PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs:
- build-analyse-service
dependencies:
@@ -326,7 +321,6 @@ test-auth-service-init:
stage: test
variables:
PIPENV_PIPFILE: "./dbrepo-auth-service/init/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
before_script:
- "apk add --no-cache alpine-sdk gcc python3-dev mariadb-connector-c-dev"
- "pip install pipenv"
@@ -349,7 +343,6 @@ test-search-service:
stage: test
variables:
PIPENV_PIPFILE: "./dbrepo-search-service/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs:
- build-search-service
dependencies:
@@ -381,7 +374,6 @@ test-search-service-init:
stage: test
variables:
PIPENV_PIPFILE: "./dbrepo-search-service/init/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs:
- build-search-service
dependencies:
@@ -406,7 +398,6 @@ test-lib:
stage: test
variables:
PIPENV_PIPFILE: "./lib/python/Pipfile"
TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX: "registry/"
needs:
- build-lib
dependencies:
Loading