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

debug mv

parent 2158ff73
No related branches found
No related tags found
No related merge requests found
......@@ -36,10 +36,10 @@ release:pip:ubuntu:
# In order to perform the test on the installed package, not on the source code, change the repo name with mv
# https://stackoverflow.com/questions/56908227/how-to-test-python-wheels-on-ci
############################################################################
- mv $CI_PROJECT_NAME src
- ls src
- mv $CI_PROJECT_NAME toto
- ls toto
############################################################################
- cd src/$CI_PROJECT_NAME/unit_tests
- cd toto/$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