diff --git a/ci/gitlab-ci-runner b/ci/gitlab-ci-runner index ada2fe2..f511404 100755 --- a/ci/gitlab-ci-runner +++ b/ci/gitlab-ci-runner @@ -22,7 +22,7 @@ if [ $err = 0 ] && [ "x$1" = "x--with-coverage" ]; then echo python3-coverage html -d coverage mkdir codestyle - pycodestyle --config=setup.cfg britney.py britney2 --show-source --count > codestyle/codestyle.txt + pycodestyle --config=setup.cfg britney.py britney2 --show-source --count > codestyle/codestyle.txt || : fi exit $err