diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 436e9ec6c60248398b7c14d7a4843d81f9f421dc..5878567c02e49e71099111b53eb8f7ce759f0ac2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -324,7 +324,7 @@ migration paths:
     - git checkout v8.5.9
     - cp config/resque.yml.example config/resque.yml
     - sed -i 's/localhost/redis/g' config/resque.yml
-    - bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry=3
+    - bundle install --without postgres production --jobs $(nproc) ${FLAGS[@]} --retry=3
     - rake db:drop db:create db:schema:load db:seed_fu
     - git checkout $CI_BUILD_REF
     - source scripts/prepare_build.sh