From 43ec334c7760ee100b00cb10e6602d05360e9d03 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 18 Oct 2021 15:50:42 +0300 Subject: [PATCH] gitlab-ci: Use the same name as for check-commits Signed-off-by: Marius Vlad --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3572291a..02496b5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,7 +92,7 @@ check-commit: - when: never script: - ci-fairy check-commits --signed-off-by --junit-xml=results.xml - - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=result.xml + - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml variables: GIT_DEPTH: 100 artifacts: