Skip to content
Snippets Groups Projects
Commit ecdff057 authored by Jithu Murugan's avatar Jithu Murugan
Browse files

- Corrected the job sequence within the test stage.

parent 29f27392
No related branches found
No related tags found
2 merge requests!6ci(dedal): implement coverage calculation for the library,!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59640 failed with stages
in 1 minute and 9 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment