From 095f9d48ef2502cf62620443ccf80feb186b857c Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 11 Nov 2022 21:17:16 +0100 Subject: debian/gitlab-ci.yml: Use sudo to fix reprotest test --- debian/gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 988efedf..d3742674 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -1,5 +1,7 @@ variables: - RELEASE: 'unstable' + RELEASE: 'unstable' + # workaround for https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/259 + SALSA_CI_REPROTEST_ARGS: --vary=domain_host.use_sudo=1 include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml -- cgit v1.2.1