Skip to content
Snippets Groups Projects
Commit 79e92858 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Reverted to the old ci

parent f12d0166
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
......@@ -88,7 +88,7 @@ variables:
script:
- cd ${CONDA_PREFIX}
- pwd
- export PYTHONPATH="./PythonFaceEvaluation/src:$PYTHONPATH"
- export PYTHONPATH="../PythonFaceEvaluation/src:$PYTHONPATH"
- python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
- coverage run --source=${CI_PROJECT_NAME} ./bin/nosetests -sv ${CI_PROJECT_NAME}
- coverage report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment