From eaaf863942f235061e53b44d31d0cdbfc0323b1e Mon Sep 17 00:00:00 2001 From: Chase Qi <chase.qi@linaro.org> Date: Mon, 16 May 2022 15:55:21 +0800 Subject: [PATCH] ci: add resue job to compliance stage Signed-off-by: Chase Qi <chase.qi@linaro.org> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc5e79c..b861f1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ dco: allow_failure: true reuse: + stage: compliance extends: .reuse # The repository is not yet reuse compliant and we don't have full control on # it - it is a 3rd party fork. Let if fail for now. -- GitLab