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:
authorStan Hu <stanhu@gmail.com>2017-08-03 03:43:04 +0300
committerStan Hu <stanhu@gmail.com>2017-08-03 03:43:04 +0300
commit0551944f6f6fc3041d283fa6fb7584db1011e412 (patch)
treeab78ec8e391f2c5af824cbb09502e3f253fa936e /.gitlab-ci.yml
parent408df2edcbd5f3f93ef5541bac9de2b71ba4f0ea (diff)
Bump CI image to Chrome 60.0
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 5d4def307c9..4507dd29e91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-chrome-59.0-node-7.1-postgresql-9.6"
+image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6"
.default-cache: &default-cache
key: "ruby-233-with-yarn"