Skip to content
Snippets Groups Projects
Commit d0b5df56 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent 73027968
No related branches found
No related tags found
1 merge request!574Create new integration-test setup
Pipeline #165215 failed
......@@ -58,5 +58,5 @@ build-integration-tests-image:
- docker buildx build -t "$INTEGRATION_TEST_REGISTRY_IMAGE_NAME:$TAG" -f "${CI_PROJECT_DIR}/.gitlab/ci/integration-tests.Dockerfile" --build-arg "GOLANG_VERSION=$GOLANG_VERSION" --build-arg "GITLAB_PROXY=${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/" --build-arg "CLAB_VERSION=$CLAB_VERSION" .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push "$INTEGRATION_TEST_REGISTRY_IMAGE_NAME:$TAG"
- echo GOSDN_INTEGRATION_TEST_IMAGE
- echo $GOSDN_INTEGRATION_TEST_IMAGE
<<: *build
......@@ -26,7 +26,7 @@ unit-test:
<<: *test
integration-test-controller:
image: GOSDN_INTEGRATION_TEST_IMAGE
image: $GOSDN_INTEGRATION_TEST_IMAGE
services:
- docker:latest
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment