From cd18fbaa2788ee2a6a51fc64e3393e9852966c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstro=CC=88m?= <erik@erlang.ninja> Date: Wed, 24 Feb 2016 15:46:53 +0100 Subject: [PATCH] Fixed ci cache and path --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b72e6b..2bb6c9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,9 @@ +cache: + paths: + - .rebar3 + before_script: + - export PATH=${ERL_HOME}/bin:$PATH - rebar3 update stages: -- GitLab