Fix job name for needs.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user