Forked from
PortalMEC / portalmec
3672 commits behind the upstream repository.
-
Mauricio Giacomini Girardello authoredMauricio Giacomini Girardello authored
.gitlab-ci.yml 167 B
test:
script:
- gem install bundler
- bundle install vendor/bundle --disable-shared-gems
- bundle exec rake db:migrate RAILS_ENV=test
- bundle exec rake test