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
|
- make backend-test-prod
|
||||||
cache: *stack-cache
|
cache: *stack-cache
|
||||||
needs:
|
needs:
|
||||||
|
- job: well-known
|
||||||
|
artifacts: true
|
||||||
|
- job: frontend build
|
||||||
|
artifacts: true
|
||||||
- job: backend dependencies
|
- job: backend dependencies
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: backend build
|
- job: backend build
|
||||||
|
|||||||
Reference in New Issue
Block a user