diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-09-15 22:42:46 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-09-16 00:41:51 -0500 |
commit | 570a0dce30673d264815eda7d760d00abbb4e500 (patch) | |
tree | 64a48902e62b3768a874d4074e20a49282e880c8 /.gitlab-ci.yml | |
parent | c433b1917ec8c90d43972c6ec85d4af3fb030694 (diff) | |
download | gitlab-ce-570a0dce30673d264815eda7d760d00abbb4e500.tar.gz |
update build image to latest with node 8.x, yarn 1.0.2, and chrome 61
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0520f3b1c37..766fb3a2ef7 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.13-phantomjs-2.1-node-7.1-postgresql-9.6" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.13-phantomjs-2.1-node-8.x-yarn-1.0-postgresql-9.6" .default-cache: &default-cache key: "ruby-233-with-yarn" @@ -546,7 +546,7 @@ karma: <<: *dedicated-runner <<: *except-docs <<: *pull-cache - image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.13-chrome-60.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.13-chrome-61.0-node-8.x-yarn-1.0-postgresql-9.6" stage: test variables: BABEL_ENV: "coverage" |