Skip to content
Snippets Groups Projects
Commit f8fbe256 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

fix syntax

parent 27e69cf9
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,11 @@ release:pip:ubuntu:
# https://stackoverflow.com/questions/56908227/how-to-test-python-wheels-on-ci
############################################################################
- rm -r src
- rm -r toto
- mv $CI_PROJECT_NAME src
- ls src
############################################################################
- cd toto/$CI_PROJECT_NAME/unit_tests
- cd src/$CI_PROJECT_NAME/unit_tests
- export PATH_TEST=$(pwd)
- cd ../../../..
- pytest $PATH_TEST
......
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