From 79a8305bd71ab36db522c79e27b4e30fe19ec54c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 11 Jul 2024 02:31:07 +0200 Subject: [PATCH] chore(gitlab-ci): frontend build as backend lint artifact --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06861d479..dac54c5df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,6 +188,8 @@ backend lint: artifacts: true - job: backend build artifacts: true + - job: frontend build + artifacts: true frontend test: stage: test