CI: switch the debian stable image to i686

The debian image is used to test older dependencies and toolchains.
This adds an older architecture to that list.
This commit is contained in:
Christoph Reiter 2019-05-25 13:20:38 +02:00
parent e10eff122c
commit 1a1bbf9bf4
2 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ fedora-x86_64:
- "_build/${CI_JOB_NAME}-report.xml"
- "_coverage"
debian-stable-x86_64:
image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v1
debian-stable-i686:
image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v2
stage: build
except:
- tags

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM i386/debian:stretch
RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
bindfs \