Skip to content
Snippets Groups Projects
Verified Commit d2199e69 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Retrieve rubocop result as junit for CI

parent d79f4e8b
No related branches found
No related tags found
No related merge requests found
Pipeline #84956 failed
......@@ -12,7 +12,10 @@ before_script:
rubocop:
script:
- bundle exec rubocop
- bundle exec rubocop lib/ -f p -f ju -o junit.xml
artifacts:
reports:
junit: junit.xml
pages:
before_script: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment