CI: Activate for master

After a merge request has been merged, the result should also be tested.
Otherwise gitlab won't run it
This commit is contained in:
2021-01-21 21:42:31 +01:00
parent f71e59a049
commit 596f6e01cc

View File

@ -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