diff --git a/.gitlab/ci/release/pip.gitlab-ci.yml b/.gitlab/ci/release/pip.gitlab-ci.yml index ee53d7e9f8988c2fced53dd2afc6924dea0f34e7..432057fb89eaf8fd06ecf0abcfddf0be3cba7baa 100644 --- a/.gitlab/ci/release/pip.gitlab-ci.yml +++ b/.gitlab/ci/release/pip.gitlab-ci.yml @@ -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