Fix job name for needs.

This commit is contained in:
Lukas Steiner
2023-02-23 13:59:35 +01:00
parent ac04ae66ce
commit 56b404b291

View File

@@ -36,10 +36,10 @@ build:
coverage: coverage:
stage: coverage stage: coverage
needs: needs:
- test_DDR3 - example_DDR3
- test_DDR4 - example_DDR4
- test_HBM2 - example_HBM2
- test_LPDDR4 - example_LPDDR4
coverage: '/Total:\|(\d+\.?\d+\%)/' coverage: '/Total:\|(\d+\.?\d+\%)/'
script: script:
# delete all empty files since they produce errors # delete all empty files since they produce errors