Retry CI needs with coverage.

This commit is contained in:
Lukas Steiner
2023-02-23 13:56:15 +01:00
parent 579106b13d
commit ac04ae66ce
5 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
example_HBM2:
example_HBM2:
stage: test_HBM2
needs:
- build
script:
- export GCOV_PREFIX=$(pwd)
- export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}')