diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c34f4ab56342052b0da549ea4b0db357e72c6a..d1e6ef1a8418650891e5d404b5b49730bce3cbef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -328,7 +328,7 @@ dependency_scanning: needs: - !reference [ .common_test, needs ] - 🤞 unittests 🤞 - coverage: /TOTAL\s+[\d\.]+\s+[\d\.]+\s+([\d\.]+)/ + coverage: /TOTAL\s+[\d\.]+\s+[\d\.]+\s+[\d\.]+\s+[\d\.]+\s+([\d\.]+)/ script: - pytest --cov=src --cov=tests --junit-xml=coverage.xml --cov-report=html:coverage_html - coverage report