diff options
author | Stan Hu <stanhu@gmail.com> | 2019-04-26 10:09:34 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-04-28 06:45:02 -0700 |
commit | faf8789b05a4a8c5d01835859394768bde1b530c (patch) | |
tree | 33f39732c25aff6bffb4a31191b0f34f38c5b730 /.gitlab-ci.yml | |
parent | 536d96a3e02daceca8398745cd27ab1e0f56711d (diff) | |
download | gitlab-ce-faf8789b05a4a8c5d01835859394768bde1b530c.tar.gz |
Upgrade CI images to use Chrome V73
Attempt to solve issues such as
https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
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 f1573dba32a..44beccd966a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.21-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.21-chrome-73.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29" variables: MYSQL_ALLOW_EMPTY_PASSWORD: "1" |