Skip to content
Snippets Groups Projects
Commit 1e47d33b authored by Daniel Mihail BĂRUŢA's avatar Daniel Mihail BĂRUŢA
Browse files

Merge branch 'docker-in-docker-test' into 'master'

Enable Docker for all stages correctly

See merge request vmchecker/vmchecker-next-assignment!1
parents 1d6ce4a4 0903361b
Branches master
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ stages: ...@@ -8,6 +8,9 @@ stages:
variables: variables:
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
build: build:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment