From 124c713f9cd693dcbf98e21a86475c5da85bc81a Mon Sep 17 00:00:00 2001
From: Matthias Konitzny <konitzny@ibr.cs.tu-bs.de>
Date: Tue, 16 Nov 2021 18:16:42 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bca369f..e6df237 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,8 +41,8 @@ build-job:       # This job runs in the build stage, which runs first.
   artifacts:
     paths:
       - release/knowledge-space.zip
-    name: "knowledge-space"
-    expose_as: "knowledge-space"
+    rules:
+    - if: $CI_COMMIT_TAG
 
 
 
-- 
GitLab