Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
3672 commits behind the upstream repository.
.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