diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c6e3fe..5224985 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ cache: key: gems paths: - /usr/local/bundle/cache/ + - /usr/local/bundle/gems/ before_script: - 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'