diff --git a/script/cibuild b/script/cibuild index 4a35a3b4..e7f8aaa6 100755 --- a/script/cibuild +++ b/script/cibuild @@ -34,5 +34,5 @@ else $docker_compose run web bin/rake db:migrate $docker_compose run web bin/rake db:seed fi -$docker_compose run web bin/rake test - +echo "==> Running the tests…" +$docker_compose run web bin/rails test