Skip to content
Snippets Groups Projects

LOS-572: Implement jUnit tests

Merged Alex Iribarren requested to merge junit into master
3 files
+ 231
59
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
0
@@ -8,6 +8,11 @@
echo "${IMAGECI_PRIV_KEY}" > imageci.pem
chmod 400 imageci.pem
allow_failure: true
artifacts:
paths:
- _junit/result.xml
reports:
junit: _junit/result.xml
.get_latest_image: &get_latest_image
- |
Loading