Skip to content
Snippets Groups Projects
Commit 8a8b270d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

test: adding DOCKER_HOST, DOCKER_TLS_CERTDIR

parent be0fd100
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !700. Comments created here will be created in the context of that merge request.
...@@ -166,6 +166,9 @@ version: ...@@ -166,6 +166,9 @@ version:
image: ${DOCKER_IMAGE} image: ${DOCKER_IMAGE}
services: services:
- docker:dind - docker:dind
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs"
rules: rules:
- when: on_success - when: on_success
resource_group: ${CI_COMMIT_REF_NAME}-${VERSION} resource_group: ${CI_COMMIT_REF_NAME}-${VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment