summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-08-15 12:06:54 +0200
committerAzul <azul@riseup.net>2016-08-15 12:06:54 +0200
commit75ef60dbf0c12841118065994f381fad110f8307 (patch)
tree9b0e1b3d14dfd26557220699fc3987ec6ef9f3c7 /.gitlab-ci.yml
parent598d73f462a21618c01ea8afd76ebec0bc999298 (diff)
[ci] gitlab: actually cache bundle
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bf5571..45b5fd6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ services:
# Cache gems in between builds
cache:
paths:
- - vendor/ruby
+ - vendor/
# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres