Skip to content
Snippets Groups Projects
Commit f97d4c29 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

change gitlab-ci configuration

parent a517ccb8
No related branches found
No related tags found
No related merge requests found
before_script:
- bundle install
stages:
- test
test:
script:
- bundle exec rake db:migrate RAILS_ENV=test
- bundle exec rake test RAILS_ENV=test
only:
- master
- apt-get update -qy
- apt-get install -y nodejs
- bundle install --path /cache
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake test
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