diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d35ead..19a8ad7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,16 +19,19 @@ build-node: - make ci artifacts: - expire_in: 1 week + when: always + expire_in: 1 day paths: - - out/*.js - - out/*.js.map + - out/ + cache: key: "${CI_COMMIT_REF_SLUG}" policy: pull-push paths: - - node_modules + - node_modules/ + - out/api - out/cache + - out/tmp build-image-alpine-branch: extends: