diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55c5780bd15c6bef4b782b9ef2a76d2f3dde8301..f88fed1ba51e7bce8f06128e10e033a68a20094c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,7 +115,7 @@ create_release:
   script:
     - echo "Creating release and attaching tutorials.zip..."
     - echo "Using tag $CI_COMMIT_REF_NAME"
-    - ls -l
+    - ls -R
     - 'curl --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" --upload-file tutorials.zip "$CI_API_V4_URL/projects/$CI_PROJECT_ID/uploads" > upload_response.json'
     - 'UPLOAD_URL=$(jq -r ".url" upload_response.json)'
     - echo "ZIP File uploaded and accessible at $UPLOAD_URL"