From 0b973dffc3ce493ea95f7beed3a48078270f3a0f Mon Sep 17 00:00:00 2001
From: Matthias Konitzny <konitzny@ibr.cs.tu-bs.de>
Date: Tue, 16 Nov 2021 18:03:47 +0000
Subject: [PATCH] Testing automated zip file generation.

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eee948c..b673ad5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,9 @@ build-job:       # This job runs in the build stage, which runs first.
     - npm run build
   artifacts:
     paths:
-      - release/knowledge-space.zip
+      - release/
+    name: "knowledge-space"
+
 
 
 # deploy-job:      # This job runs in the deploy stage.
-- 
GitLab