gitlab-ci: Install grep instead of using busybox version

This commit is contained in:
2021-01-07 14:30:13 +01:00
parent 29e24568d0
commit 6bb0974774

View File

@@ -19,6 +19,8 @@ check:
codeCoverage:
stage: test
coverage: '/Total.*?([0-9]{1,3})%/'
before_script:
- apk add --no-cache grep
script:
- ./gradlew codeCoverageReport
# The actual output that will be parsed by the code coverage