chore(gitlab-ci): frontend build as backend lint artifact

This commit is contained in:
Sarah Vaupel 2024-07-11 02:31:07 +02:00
parent fd7b792b4b
commit 79a8305bd7

View File

@ -188,6 +188,8 @@ backend lint:
artifacts: true
- job: backend build
artifacts: true
- job: frontend build
artifacts: true
frontend test:
stage: test