chore(gitlab-ci): add frontend needs for backend test

This commit is contained in:
Sarah Vaupel 2024-07-12 12:00:13 +02:00
parent f20fdff531
commit 5e85b2d5ae

View File

@ -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