diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c5c2b33c523ac66936aaf21c99b6324290565a0..b9c486062e2c1d81b4c73dd2635f3dbaab85d917 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: []