Skip to content

Commit

Permalink
Fix gitlab-ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Oct 23, 2016
1 parent d3dec2e commit d0bc677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -6,8 +6,8 @@ before_script:

rspec:
script:
- bundle exec rspec
- bundle exec rake test

rubocop:
script:
- bundle exec rubocop
- bundle exec rake rubocop

0 comments on commit d0bc677

Please sign in to comment.