From 14e3b2195b8a757126c47b6d4f85aa38ed53c78c Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 15:19:20 +0100 Subject: [PATCH] gitlab-ci: test --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51413d59..e6e51a74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,9 +46,9 @@ build: - npm run build cache: <<: *global_cache - # artifacts: - # paths: - # - dist/ + artifacts: + paths: + - dist/ # expire_in: 1 week deploy: stage: deploy