Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IDEA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Warden
IDEA
Commits
05507a21
Commit
05507a21
authored
3 years ago
by
Rajmund Hruška
Browse files
Options
Downloads
Patches
Plain Diff
CI/CD: Save test result in JUnit report XML format.
parent
6fa779ac
No related branches found
No related tags found
1 merge request
!5
0.1.14
Pipeline
#1785
passed
3 years ago
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
5
−
1
View file @
05507a21
...
@@ -33,6 +33,10 @@ unit-test-job:
...
@@ -33,6 +33,10 @@ unit-test-job:
stage
:
test
stage
:
test
script
:
script
:
-
make test
-
make test
artifacts
:
when
:
always
reports
:
junit
:
nosetests.xml
pylint-test-job
:
pylint-test-job
:
stage
:
test
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
05507a21
...
@@ -158,7 +158,7 @@ pylint-test: FORCE
...
@@ -158,7 +158,7 @@ pylint-test: FORCE
test
:
FORCE
test
:
FORCE
@
echo
"
\n
${
GREEN
}
*** Checking code with nosetests ***
${
NC
}
\n
"
@
echo
"
\n
${
GREEN
}
*** Checking code with nosetests ***
${
NC
}
\n
"
@
nosetests test_idea.py
@
nosetests test_idea.py
--with-xunit
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
...
...
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