diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cba0b54b3a8a259e7d0d48e077669fd62a0f617a..07fc13a955e98912b18c5348615858114d018198 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,7 @@ febio-dl:
   variables:
     CI_DEBUG_TRACE: "true"
   script:
-    - URL=aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text
-    - echo "$URL"
+    - aws --verbose s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text
   artifacts:
     paths:
       - "installer/"