diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 271c73043162631022d98f0903ad0afa890c378c..9422a925c1600b72a4ff89aec9133575a94713c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,12 +15,11 @@ febio-dl:
   stage: pre-build
   script:
     - apk add --no-cache curl
-    - |
-      cmd="aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text"
-      echo "Presign Command: $cmd"
-      URL=$(cmd)
-      echo "Pre-signed URL: $URL"
-      curl -o febio_installer.zip "$URL"
+    - 'cmd="aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text"'
+    - 'echo "Presign Command: $cmd"'
+    - 'URL=$(cmd)'
+    - 'echo "Pre-signed URL: $URL"'
+    - 'curl -o febio_installer.zip "$URL"'
   artifacts:
     paths:
       - "installer/"