Skip to content
Snippets Groups Projects
Commit b1b7300e authored by Alex Segovia's avatar Alex Segovia
Browse files

Updated .gitlab-ci.yml to work with scddev.

parent f78f0dc2
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ variables: # default values
.test-template:
stage: unit-test
tags:
- scd
- scddev
before_script:
- hostname && date
- echo "Testing with $MATLABCMD, $TESTCASE"
......@@ -34,12 +34,12 @@ variables: # default values
artifacts:
when: always
paths:
- test_${TBXTARGET}_${TESTCASE}_2022a_cov.xml
- test_${TBXTARGET}_${TESTCASE}_*_cov.xml
reports:
junit: test_${TBXTARGET}_${TESTCASE}_2022a_junit.xml
junit: test_${TBXTARGET}_${TESTCASE}_*_junit.xml
coverage_report:
coverage_format: cobertura
path: test_${TBXTARGET}_${TESTCASE}_2022a_cov.xml
path: test_${TBXTARGET}_${TESTCASE}_*_cov.xml
unit-tests:
extends: .test-template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment