From d3cb36315e92bdedff78b59b770e0aaee62c0ec0 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Wed, 13 Feb 2019 14:05:07 +1100
Subject: [PATCH] how about this?

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2e168f..85e8a16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,16 +3,13 @@ stages:
   - deploy
 
 build:
+  stage: 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
-  stage: build
   script:
     - echo $DOCKERHUBUSER
     - echo $DOCKERHUBPASSWORD
-- 
GitLab