From 5e85b2d5ae5bd8facf1e424dd05ae5f6bfcaa0fb Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 12 Jul 2024 12:00:13 +0200 Subject: [PATCH] chore(gitlab-ci): add frontend needs for backend test --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61870df83..5b647f51f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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