Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-demo
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-demo
Commits
b1b7300e
Commit
b1b7300e
authored
1 year ago
by
Alex Segovia
Browse files
Options
Downloads
Patches
Plain Diff
Updated .gitlab-ci.yml to work with scddev.
parent
f78f0dc2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
b1b7300e
...
...
@@ -22,7 +22,7 @@ variables: # default values
.test-template
:
stage
:
unit-test
tags
:
-
scd
-
scd
dev
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment