diff options
author | Stan Hu <stanhu@gmail.com> | 2017-06-16 22:07:14 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-06-16 22:07:14 -0700 |
commit | ddbb88010e05f6295dd6e46724d585494c8cc84a (patch) | |
tree | afff3cfb97d959827246252b95e6bd1ffbd9bacb /.gitlab-ci.yml | |
parent | ad521bde1bb556709edd39d8a9aa67ee47605b91 (diff) | |
download | gitlab-ce-ddbb88010e05f6295dd6e46724d585494c8cc84a.tar.gz |
Replace PhantomJS with headless Chrome for Rspec tests
Closes #30876
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 f0c266485b6..0f04df31e0a 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-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.7-chrome-59.0-node-7.1-postgresql-9.6" cache: key: "ruby-233-with-yarn" |