diff --git a/includes/rate-limit-check.yml b/includes/rate-limit-check.yml
index 22f0ff5db3a7eb03c65f65149e60c93b710db1ba..973636f24dc256259e167d429374e4f337664785 100644
--- a/includes/rate-limit-check.yml
+++ b/includes/rate-limit-check.yml
@@ -3,7 +3,7 @@
   stage: setup
   image: alpine:latest
   before_script:
-    - apk add curl jq
+    - "apk add curl jq"
   script:
     - |
       TOKEN=$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull" | jq --raw-output .token) && curl --head --header "Authorization: Bearer $TOKEN" "https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest" 2>&1