Skip to content

Commit

Permalink
Add init to test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Apr 30, 2024
1 parent 781f3ab commit e4c9fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ redmule-build-complex:

hwpe-test:
extends: .redmule-vsim-tpl
needs: [redmule-build-hwpe]
needs: [init, redmule-build-hwpe]
variables:
SETUP_CONFIG: "setup-hwpe"
parallel:
Expand Down Expand Up @@ -107,7 +107,7 @@ hwpe-test:

complex-test:
extends: .redmule-vsim-tpl
needs: [redmule-build-complex]
needs: [init, redmule-build-complex]
variables:
SETUP_CONFIG: "setup-complex"
parallel:
Expand Down

0 comments on commit e4c9fa2

Please sign in to comment.