diff options
author | varac <varacanero@zeromail.org> | 2017-02-17 10:19:01 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-17 10:19:01 +0100 |
commit | baea679a908c8022e30ae8d2c721929361c75928 (patch) | |
tree | c439770e3648de6e0038b8d8df610faff9391da1 | |
parent | ee21e9ed87a150b256e82525210840417894eef6 (diff) |
Run linitan with --fail-on-warnings
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e019479..f387b0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,4 +43,4 @@ lintian: DIST: "jessie" image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}" stage: test_package - script: bash -x -e build-test-lintian + script: bash -x build-test-lintian --fail-on-warnings |