summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-05 09:49:35 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 10:43:02 +0100
commit062b37b23c60b8b237d076af06b975fcb957a371 (patch)
treee1ca0a27810297442f0dc8d3452f702fc91c310f
parentd582c44a319a62b2006bd800c0bd4d0b86f20e30 (diff)
downloaddbus-python-062b37b23c60b8b237d076af06b975fcb957a371.tar.gz
CI: Fix suite indicator
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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