update ci config

This commit is contained in:
Walter Julius Hennecke 2019-09-21 12:53:27 +02:00
parent e3b6c1dba6
commit 432ee15742

View file

@ -19,4 +19,8 @@ test:
- "cd cmake-build-debug"
- "cmake .."
- "cmake --build . --target unittest_common"
- "ls"
- "./code/common/unittest_common -r junit -o results_common.xml"
artifacts:
reports:
junit:
- results_common.xml