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

testing gitlab-ci

parent e3083f59
No related branches found
No related tags found
No related merge requests found
test:
script:
- export $BUNDLE_PATH='~/'
- export BUNDLE_PATH='~/'
before_script:
- gem install bundler
- bundle install
- bundle exec rake db:migrate RAILS_ENV=test
- bundle exec rake test
\ No newline at end of file
- bundle exec rake db:create
test:
test: "rake test"
tags:
- ruby
- postgres
- elasticsearch
- redis
\ No newline at end of file
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