Commit 3b1a068f authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-95' into 'master'

Fix ruby example for JUnit test

See merge request gitlab-org/gitlab!29488
parents f347f2a3 e94fe7c9
...@@ -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