diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b3f1f22a9455c38b84da3f9be24a4acf6674d6b..34c011e886d90b4181376d258c176ff0cfd277da 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: