diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-08-11 08:50:01 +0100 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-08-12 18:54:05 +0100 |
commit | 208f9dfe03a85ccec3389d6ae024a6f7ffec3ddc (patch) | |
tree | be60750e74345b0a93463599a3abf651a5d4adc1 /.gitlab-ci.yml | |
parent | 22dc7a0ca8ca9213e255b5d316ad9bbdc05cf41f (diff) | |
download | gitlab-ce-208f9dfe03a85ccec3389d6ae024a6f7ffec3ddc.tar.gz |
Update GraphicsMagick from 1.3.29 to 1.3.33 for CI tests
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
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 9531d10be05..f926cbc2939 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.6.3-golang-1.11-git-2.22-chrome-73.0-node-12.x-yarn-1.16-postgresql-9.6-graphicsmagick-1.3.29" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.6.3-golang-1.11-git-2.22-chrome-73.0-node-12.x-yarn-1.16-postgresql-9.6-graphicsmagick-1.3.33" variables: RAILS_ENV: "test" |