From 81a5fd5a04aa65a6bdf9bb505717406e492c1bdc Mon Sep 17 00:00:00 2001 From: Flummi Date: Thu, 9 Nov 2017 17:09:27 +0100 Subject: [PATCH] dist-artifact --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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