Skip to content
Snippets Groups Projects
Commit 0cae261e authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: path

parent dcb0f3ce
No related branches found
No related tags found
1 merge request!4F unittest pipe
Pipeline #59965 failed
...@@ -77,9 +77,8 @@ unittest_py3.8: ...@@ -77,9 +77,8 @@ unittest_py3.8:
script: &python_test_script script: &python_test_script
# install dependencies # install dependencies
- pip install pytest pytest-cov - pip install pytest pytest-cov
- pip install .
# actual test # actual test
- pytest --cov=linkahead_python_package_template -vv ./unittests - cd laonpy && pytest --cov=linkahead_python_package_template -vv ./unittests
unittest_py3.9: unittest_py3.9:
tags: [cached-dind] tags: [cached-dind]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment