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 )'