diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e9de5b9900ac0c978cc05147c921a67af455299..bdca62fa1943c65c08984d172e2d12de8c35a366 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,6 +85,10 @@ create-release-job:
       artifacts: true
   rules:
     - if: $CI_COMMIT_TAG        # Run this job when a tag is created
+  artifacts:
+    paths:
+      - install/mage_linux.tgz
+      - install/mage_windows.tgz
   script:
     - echo "running release_job"
   release:                                                       # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties