diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5607a51bbe0b76259f2ad26308831ab6f434a842..2646f3ebcd1f8f1cb6d3a33ad2dc5553f25e875a 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