Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-23 01:40:06 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-23 01:45:08 +0300
commitaddfdadc4382858e507c9404b9b1c8a96c1eb484 (patch)
treec5e4423a254ec836fe65c33966f558299a2cffb9
parentcef021917f0fdf0fd3c24c41d6fd9ee1ed79e8d8 (diff)
Add caching for Ruby 2.3 tests.
Accidentally removed when !3807 was merged.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 219077d79b8..b917c645ff8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,6 +134,11 @@ spinach 9 10: *spinach-knapsack
image: "ruby:2.3"
only:
- master
+ cache:
+ key: "ruby-23"
+ paths:
+ - vendor/apt
+ - vendor/ruby
.rspec-knapsack-ruby23: &rspec-knapsack-ruby23
<<: *rspec-knapsack