Skip to content
Snippets Groups Projects
Commit cd5e2929 authored by Chris Hines's avatar Chris Hines
Browse files

use a docker in docker runner

parent 84392f7f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,15 @@ stages:
- deploy
build:
image: ubuntu
image: docker:stable
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
services:
- docker:dind
stage: build
tags:
- build_tes
......
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