From e5c1d018d61a5bbafcbd16f936dd0bbbae72709d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstro=CC=88m?= <erik@hedenstroem.com>
Date: Tue, 14 Jun 2016 22:08:10 +0200
Subject: [PATCH] Added command to pull docker image for testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5607a51..2646f3e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ stages:
 test:
   stage: test
   script:
+    - docker pull hedenstroem/consul:latest
     - git pull origin master
     - FORMAT="compact" ERL_AFLAGS="-args_file config/test-vm.args -config config/test-sys.config" rebar3 as test do eunit --cover --application=consul_proxy --dir=apps/consul_proxy/test, cover --verbose
     - coverage.escript _build/test/cover/eunit.coverdata
-- 
GitLab