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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-07 16:18:46 +0300
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-09-30 14:45:15 +0300
commit9c0b965d817c105565152452a09362468cfda8ca (patch)
tree990ccdc329bb69ff50b9f4911fe44dd47aaa8201 /.gitlab-ci.yml
parent6591b594d4907be0c235a9c05e40ac5bbb995d94 (diff)
Use custom Ruby images to test builds
It allows us to remove redundant steps of installing required dependencies for every build.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a11c4705e82..43307a5e7db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: "ruby:2.3.1"
+image: "registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3"
cache:
key: "ruby-231"
@@ -141,7 +141,7 @@ spinach 9 10: *spinach-knapsack
# Execute all testing suites against Ruby 2.1
.ruby-21: &ruby-21
- image: "ruby:2.1"
+ image: "registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.1"
<<: *use-db
only:
- master