Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Fix rspec execution
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettotte committed Mar 10, 2019
1 parent a10d1e3 commit b42b406
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ cache:

before_script:
- ruby -v
- bundle install --path vendor
- bundle install -j $(nproc) --path vendor
- ls

rspec:
script:
- rspec spec
- bundle exec rspec spec

0 comments on commit b42b406

Please sign in to comment.