From b6a6ced90cb333662a30a3298aec7f07f3fadc67 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Wed, 28 Sep 2022 15:47:25 +0000
Subject: [PATCH] test assets creation as part of the pipeline, re #606

Merge request studip/studip!1036
---
 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c5c2b33c52..b9c486062e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,6 +195,17 @@ test-jsonapi:
     reports:
       junit: tests/_output/report.xml
 
+test-assets:
+  stage: tests
+  needs: []
+  cache: *npm-cache
+  allow_failure: false
+  interruptible: true
+  before_script:
+    - make npm
+  script:
+    - make webpack-dev
+
 packaging:
   stage: packaging
   cache: []
-- 
GitLab