From 7101fedabe3218352cc2e867ae3d9311ec9caa29 Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Thu, 29 Nov 2018 18:23:36 +0000 Subject: [PATCH] Cache all of /usr/local/bundle/ ... it doesn't seem to be caching properly but perhaps that's because it's not setup in the runner properly yet... --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5224985..0888f71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,7 @@ variables: cache: key: gems paths: - - /usr/local/bundle/cache/ - - /usr/local/bundle/gems/ + - /usr/local/bundle/ before_script: - 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'