From 4b9279c1dbc2bf522e47074f22005a2f0a4d0206 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 25 Jun 2020 16:23:33 -0400 Subject: [PATCH] Add DCO check job to CI 'report' stage Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43558e8..85e04b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,13 @@ coverage: allow_failure: true <<: *global_artifacts +dco: + stage: report + image: $BASE_IMAGE_ID:$DISTRO-base + before_script: [] + script: + - dco-check --verbose + trigger_gen_docs: stage: report only: