From 7444e912c40101ebeb175f613833dc39b412e707 Mon Sep 17 00:00:00 2001 From: thibault allenet <thibault.allenet@cea.fr> Date: Tue, 28 May 2024 13:52:41 +0000 Subject: [PATCH] debug mv --- .gitlab/ci/release/pip.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci/release/pip.gitlab-ci.yml b/.gitlab/ci/release/pip.gitlab-ci.yml index ee53d7e..432057f 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 -- GitLab