From 062b37b23c60b8b237d076af06b975fcb957a371 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 5 Sep 2022 09:49:35 +0100 Subject: CI: Fix suite indicator Signed-off-by: Simon McVittie --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2699530..33edbe4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ build:python3.7: stage: build image: "debian:buster-slim" variables: + ci_suite: buster dbus_ci_system_python: python3 script: *script @@ -65,6 +66,7 @@ build:python3.7-dbg: stage: build image: "debian:buster-slim" variables: + ci_suite: buster dbus_ci_system_python: python3-dbg script: *script -- cgit v1.2.1