From d84a8bad79e5db3a87e45eb50813d3bf64c2890d Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Fri, 30 Nov 2018 17:25:23 +0000 Subject: [PATCH] Try caching vendor path --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a4f386..e733396 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ variables: cache: key: gems paths: - - /usr/local/bundle/ + - vendor before_script: - 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )' @@ -22,7 +22,7 @@ before_script: - chmod 700 ~/.ssh - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - bundle install + - bundle install --path vendor test: stage: test