diff --git a/.gitlab/ci/release/pip.gitlab-ci.yml b/.gitlab/ci/release/pip.gitlab-ci.yml index fb46c759c98ec5804433fca5e207a8eac06757e5..d7e88472c3a6b57e7dde0b13590b6f03cf46cb0d 100644 --- a/.gitlab/ci/release/pip.gitlab-ci.yml +++ b/.gitlab/ci/release/pip.gitlab-ci.yml @@ -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)