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

minor changes

parent 77d33637
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,9 @@ 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 toto
- ls toto
- rm -r src
- mv $CI_PROJECT_NAME src
- ls src
############################################################################
- cd toto/$CI_PROJECT_NAME/unit_tests
- export PATH_TEST=$(pwd)
......
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