Skip to content
Snippets Groups Projects
Verified Commit 02d93192 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Use Bundler's retry option instead of our retry script


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c795ef07
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,7 +22,7 @@ before_script:
- cp config/gitlab.yml.example config/gitlab.yml
- touch log/application.log
- touch log/test.log
- retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry 3
- RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate
 
stages:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment