From: Wei Liu Date: Tue, 20 Nov 2018 14:10:02 +0000 (+0000) Subject: automation: fix debian-{stretch,unstable}-32-gcc-debug X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2871 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=668f14904826ea010edd927f4210dd4fd3d2094d;p=xen.git automation: fix debian-{stretch,unstable}-32-gcc-debug They should have used .gcc-x86-32-build-debug in the first place. Signed-off-by: Wei Liu Acked-by: Andrew Cooper --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5678b552c4..3368fad010 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,7 +227,7 @@ debian-stretch-32-gcc: CONTAINER: debian:stretch-i386 debian-stretch-32-gcc-debug: - extends: .gcc-x86-64-build-debug + extends: .gcc-x86-32-build-debug variables: CONTAINER: debian:stretch-i386 @@ -279,7 +279,7 @@ debian-unstable-32-gcc: CONTAINER: debian:unstable-i386 debian-unstable-32-gcc-debug: - extends: .gcc-x86-64-build-debug + extends: .gcc-x86-32-build-debug variables: CONTAINER: debian:unstable-i386