diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b52ad20e5407ad0bb2c88eaca4a6e8688c3ebe68..9cbb43fd65f00a174281e30d1705031569f47106 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -197,7 +197,7 @@ readme_docker_release_tag:
     # Copy sources to the expected directory of srtool
     - cp -R * /build/
     # Build the runtime
-    - /srtool/build --app --json -cM
+    - /srtool/build --app --json -cM | tee -a $SRTOOL_OUTPUT
     - mv /build/runtime/$RUNTIME/target/srtool/release/wbuild/$RUNTIME-runtime/${RUNTIME}_runtime.compact.compressed.wasm $CI_PROJECT_DIR/release/
   artifacts:
     name: "runtime"