chore(gitlab-ci): add frontend needs for backend test
This commit is contained in:
parent
f20fdff531
commit
5e85b2d5ae
@ -212,6 +212,10 @@ backend test:
|
||||
- make backend-test-prod
|
||||
cache: *stack-cache
|
||||
needs:
|
||||
- job: well-known
|
||||
artifacts: true
|
||||
- job: frontend build
|
||||
artifacts: true
|
||||
- job: backend dependencies
|
||||
artifacts: true
|
||||
- job: backend build
|
||||
|
||||
Reference in New Issue
Block a user