From 668f14904826ea010edd927f4210dd4fd3d2094d Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 20 Nov 2018 14:10:02 +0000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2