Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
d0938945
Commit
d0938945
authored
Oct 12, 2018
by
Mikaël Salson
Browse files
.gitlab-ci.yml: Include Junit XML test reports for server
Fixes
#3470
parent
560b2b58
Pipeline
#43939
passed with stages
in 4 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d0938945
...
...
@@ -278,6 +278,9 @@ test_server_unit:
-
make unit_server || (make -C server kill_fuse_server; deactivate;
false
)
-
make -C server kill_fuse_server
-
deactivate
artifacts
:
reports
:
junit
:
server/web2py/test-reports/TEST*xml
only
:
-
/^feature-.*s.*\/.*$/
-
/^hotfix-.*s.*\/.*$/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment