From c809ac3dfb015bbef86fd9ca025ae7e5a7c0144c Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Wed, 11 Jul 2018 16:41:26 +0200 Subject: [PATCH] Include Checkstyle errors in build log --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0037850dd..4fa9e788b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,9 @@ checkstyle: tags: - maven cache: *maven_cache + allow_failure: true script: - - mvn -B checkstyle:checkstyle + - mvn -B checkstyle:check compile: stage: build -- GitLab