diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2453b4..19532f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,11 @@ install_dependencies: stage: build script: - npm install - artifacts: - paths: - - node_modules/ babel_compile: stage: babel - script: npm run build \ No newline at end of file + script: npm run build + artifacts: + paths: + - dist/ + expire_in: 1 week \ No newline at end of file