diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ca3bfff2a..6f35450937 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ inspect java and kotlin codes: expire_in: 1 days paths: - "build/reports/*" - only: - - "$CI_COMMIT_BRANCH" - except: - - master - allow_failure: false + only: + - "$CI_COMMIT_BRANCH" + except: + - master + allow_failure: true