diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72a2732885..349b98bd89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,6 @@ test: # The actual output that will be parsed by the code coverage - grep -oP "Total.*?%" build/reports/jacoco/html/index.html only: + - master - merge_requests - tags