From 73484ac68683ede7f40c4d3e46d854d41ef981c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Mon, 14 Jan 2019 14:17:50 +0100 Subject: [PATCH] ci: use artifacts instead of cache for lib Fixes #23 --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6764bb30..5f9c450a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ image: registry.gitlab.com/openstapps/projectmanagement/node cache: key: ${CI_COMMIT_REF_SLUG} paths: - - lib - node_modules before_script: @@ -18,6 +17,10 @@ build: stage: build script: - npm run build + artifacts: + paths: + - lib + expire_in: 1 week audit: stage: test