Skip to content
Snippets Groups Projects
Commit b5197c74 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed artifacts paths

parent a8e32315
No related branches found
No related tags found
No related merge requests found
...@@ -33,4 +33,4 @@ coverage:ubuntu_python: ...@@ -33,4 +33,4 @@ coverage:ubuntu_python:
reports: reports:
coverage_report: coverage_report:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: aidge_core/coverage.xml
...@@ -8,7 +8,7 @@ test:ubuntu_cpp: ...@@ -8,7 +8,7 @@ test:ubuntu_cpp:
- ctest --output-junit ctest-results.xml --output-on-failure - ctest --output-junit ctest-results.xml --output-on-failure
artifacts: artifacts:
reports: reports:
junit: ctest-results.xml junit: build_cpp/ctest-results.xml
test:ubuntu_python: test:ubuntu_python:
stage: test stage: test
...@@ -24,4 +24,4 @@ test:ubuntu_python: ...@@ -24,4 +24,4 @@ test:ubuntu_python:
- python3 -m xmlrunner discover -s unit_tests/ -v -b --output-file xmlrunner-results.xml - python3 -m xmlrunner discover -s unit_tests/ -v -b --output-file xmlrunner-results.xml
artifacts: artifacts:
reports: reports:
junit: xmlrunner-results.xml junit: aidge_core/xmlrunner-results.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment