diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-10-31 16:18:52 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-10-31 16:18:52 -0500 |
commit | 83bc4943e47437edbf6b48399c3f97730c64caa2 (patch) | |
tree | c4f158426a09707842a7031b8745ac40b4a54626 /.gitlab-ci.yml | |
parent | 1cf167fc3e61c6c78e3bf2ba15a02f7ab317294c (diff) | |
download | gitlab-ce-83bc4943e47437edbf6b48399c3f97730c64caa2.tar.gz |
update to Chrome 62 build image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 857583e78bf..9fe3d292235 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.5-golang-1.8-git-2.13-chrome-61.0-node-8.x-yarn-1.0-postgresql-9.6" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.5-golang-1.8-git-2.13-chrome-62.0-node-8.x-yarn-1.2-postgresql-9.6" .default-cache: &default-cache key: "ruby-235-with-yarn" |