From 47f0085aca6d3ac959951aed0d04732b9ef988ef Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Wed, 13 Feb 2019 14:00:33 +1100 Subject: [PATCH] try reordering --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e797e4f..507e578 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,19 @@ + +image: docker:stable +services: + - docker:dind stages: - build - deploy +variables: + DOCKER_HOST: tcp://docker:2375/ + DOCKER_DRIVER: overlay2 build: image: docker:stable variables: DOCKER_HOST: tcp://docker:2375/ DOCKER_DRIVER: overlay2 - services: - - docker:dind stage: build script: - echo $DOCKERHUBUSER -- GitLab