diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5410594..e1a0665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,9 +89,7 @@ build-node: artifacts: expire_in: 1 week paths: - - out/docs - - out/bundle.* - - out/version.json + - out/ cache: key: "${CI_COMMIT_REF_SLUG}" policy: pull-push