From 62386506b4e2632a1602c7ac00ee00832dd4d6cb Mon Sep 17 00:00:00 2001
From: Matthias Konitzny <konitzny@ibr.cs.tu-bs.de>
Date: Wed, 17 Nov 2021 11:18:59 +0000
Subject: [PATCH] but NOW!

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b3f1f2..34c011e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,9 @@ build-job:       # This job runs in the build stage, which runs first.
   artifacts:
     paths:
       - release/knowledge-space.zip
+    reports:
+      # To ensure we've access to this file in the next stage
+      dotenv: build-job.env
     expire_in: never
     
   rules:
-- 
GitLab