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

- Corrected the path of tests folder in .gitlab-ci.yml file.

parent af6ebf6f
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59494 failed with stages
in 43 minutes and 35 seconds
......@@ -31,7 +31,7 @@ testing-pytest-coverage:
- chmod +x dedal/utils/bootstrap.sh
- ./dedal/utils/bootstrap.sh
- pip install -e .[test]
- coverage run -m pytest -s --tb=short tests && coverage html -i -d htmlcov
- coverage run -m pytest -s --tb=short ./dedal/tests/ && coverage html -i -d htmlcov
artifacts:
when: always
reports:
......
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