summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e329f88..ccbc2c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,11 @@
image: 0xacab.org:4567/leap/docker/ruby:latest
+# Cache gems in between builds
+cache:
+ key: shared
+ paths:
+ - vendor/ruby
+
test:
stage: test
script: "bundle exec rake test"