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
......@@ -166,6 +166,9 @@ version:
image: ${DOCKER_IMAGE}
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs"
rules:
- when: on_success
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