diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45b5fd6..232ebcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,9 @@ services:  # Cache gems in between builds  cache: +  key: shared    paths: -    - vendor/ +    - vendor/ruby  # This is a basic example for a gem or script which doesn't use  # services such as redis or postgres  | 
