diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f84c0f..7176dc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,12 +89,14 @@ build-node: artifacts: expire_in: 1 week paths: - - out/ + - out/*.js + - out/*.js.map cache: key: "${CI_COMMIT_REF_SLUG}" policy: pull-push paths: - node_modules + - out/cache build-image: <<: [*build-docker]