Commit e94fe7c9 authored by Vladimir Shushlin's avatar Vladimir Shushlin Committed by Marcia Ramos

Fix ruby example for JUnit test

parent 3cffcea5
...@@ -88,7 +88,7 @@ ruby: ...@@ -88,7 +88,7 @@ ruby:
stage: test stage: test
script: script:
- bundle install - bundle install
- rspec spec/lib/ --format RspecJunitFormatter --out rspec.xml - bundle exec rspec --format progress --format RspecJunitFormatter --out rspec.xml
artifacts: artifacts:
paths: paths:
- rspec.xml - rspec.xml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment