From 497bfa1d4ffd8c2b8f831e835ffbb28abe9739ed Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Wed, 13 Feb 2019 14:03:34 +1100 Subject: [PATCH] how about this? --- .gitlab-ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 507e578..a2e168f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,14 @@ - -image: docker:stable -services: - - docker:dind stages: - build - deploy -variables: - DOCKER_HOST: tcp://docker:2375/ - DOCKER_DRIVER: overlay2 build: image: docker:stable + services: + - docker:dind +variables: + DOCKER_HOST: tcp://docker:2375/ + DOCKER_DRIVER: overlay2 variables: DOCKER_HOST: tcp://docker:2375/ DOCKER_DRIVER: overlay2 -- GitLab