diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dedd31..e587a83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ check-commit: - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml + - ci-fairy check-commits --junit-xml=results.xml except: - master@libinput/libei variables: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 81c5806..0d6c558 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -109,7 +109,7 @@ check-commit: - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml + - ci-fairy check-commits --junit-xml=results.xml except: - master@libinput/libei variables: