diff --git a/test/support/ci/build.sh b/test/support/ci/build.sh index 8a8a357f..daa401cd 100755 --- a/test/support/ci/build.sh +++ b/test/support/ci/build.sh @@ -1,6 +1,9 @@ #!/bin/sh apk update && apk upgrade apk add --no-cache g++ make git bash -cd /home && touch Gemfile.lock && rm Gemfile.lock && bundle install && bundle exec rake test:ci +cd /home && touch Gemfile.lock && \ + rm Gemfile.lock && \ + bundle install && \ + bundle exec rake test:ci