automation: fix debian-{stretch,unstable}-32-gcc-debug
authorWei Liu <wei.liu2@citrix.com>
Tue, 20 Nov 2018 14:10:02 +0000 (14:10 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 20 Nov 2018 14:44:28 +0000 (14:44 +0000)
They should have used .gcc-x86-32-build-debug in the first place.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
.gitlab-ci.yml

index 5678b552c40f65acf913d074a3afd1a5c79a72d3..3368fad010ff3b4bb6a414118d7f64491dfa4f02 100644 (file)
@@ -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