diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7558052a..a14605e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,7 @@ dl-python-linux: rules: - if: $CI_COMMIT_BRANCH == 'setup.py' || $CI_COMMIT_TAG script: - - curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/gcustom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/python.tar.xz + - curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/custom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/python.tar.xz - mkdir -p linux-python/ - cd linux-python - tar xvf ../python.tar.xz