diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-08 12:10:09 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-08 12:10:09 -0700 |
commit | 619c6bef0af059e5eebb4e274ddfe2ad8765f95b (patch) | |
tree | f01321aae576a5d07ab090eca1baa8e1754304a5 /.gitlab-ci.yml | |
parent | c7dfbb9989195efa4af2d0baa5216fcdb3228e8e (diff) | |
download | gitlab-ce-619c6bef0af059e5eebb4e274ddfe2ad8765f95b.tar.gz |
Bump Google Chrome to V67
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 e366538d907..267a954d0eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-golang-1.9-git-2.17-chrome-65.0-node-8.x-yarn-1.2-postgresql-9.6-graphicsmagick-1.3.29" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-golang-1.9-git-2.17-chrome-67.0-node-8.x-yarn-1.2-postgresql-9.6-graphicsmagick-1.3.29" .dedicated-runner: &dedicated-runner retry: 1 |