From 3a52b2e49bea774b5e8b81ad1d54df236be3aefb Mon Sep 17 00:00:00 2001
From: Matthias Konitzny <konitzny@ibr.cs.tu-bs.de>
Date: Tue, 16 Nov 2021 18:17:03 +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 e6df237..2f531f9 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
-    rules:
-    - if: $CI_COMMIT_TAG
+  rules:
+  - if: $CI_COMMIT_TAG
 
 
 
-- 
GitLab