Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
ecdff057
Commit
ecdff057
authored
4 weeks ago
by
Jithu Murugan
Browse files
Options
Downloads
Patches
Plain Diff
- Corrected the job sequence within the test stage.
parent
29f27392
No related branches found
Branches containing commit
No related tags found
2 merge requests
!6
ci(dedal): implement coverage calculation for the library
,
!4
feat(spack_operation): implement setup_spack_env functionality
Pipeline
#59640
failed with stages
Stage:
Stage:
Stage:
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
with
1 addition
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
ecdff057
...
...
@@ -51,6 +51,7 @@ integration_tests:
script
:
-
coverage run s --tb=short --junitxml=test-results.xml -m pytest ./dedal/tests/integration_tests
-
coverage xml -o coverage_integration.xml
needs
:
[
"
unit_tests"
]
artifacts
:
paths
:
-
coverage_integration.xml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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