From 5ea4482c27d9a39d8cf9fb976fbbb35a8a400c2f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 11 Dec 2019 22:18:59 +0100 Subject: [PATCH] chore(gitlab-ci): correct frontend build artifacts --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6b1af111..49a0ee85c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,8 @@ frontend:build: - npm install artifacts: paths: - - static/bundles/ + - static + - config/webpack.yml name: "${CI_JOB_NAME}" expire_in: "1 day" dependencies: