diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e542a7f2d2432063df20ad9a6f7374aff3d11ed..63d47b689a02e79dc1f13864b2a555f8be0b902d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ febio-dl:
   script:
     - apk add --no-cache curl
     - |
-      URL=$(aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --profile ceph --region us-east-1 --output text)
+      URL=$(aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text)
       echo "Pre-signed URL: $URL"
       curl -o febio_installer.zip "$URL"
   artifacts: