Commit 10893d92 authored by Cresson Remi's avatar Cresson Remi
Browse files

ci: change test data url

parent 39368ed6
1 merge request!14Update otbtf docker image
Pipeline #57797 failed with stages
in 22 minutes and 58 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -74,9 +74,9 @@ codespell:
stage: Tests
before_script:
- export PYTHONPATH=$PYTHONPATH:$PWD
- wget -P decloud_data --no-verbose --recursive --level=inf --no-parent -R "index.html*" --cut-dirs=3 --no-host-directories http://indexof.montpellier.irstea.priv/projets/geocicd/decloud/
- mkdir tests_artifacts
- wget https://nextcloud.inrae.fr/s/aNTWLcH28zNomqk/download -O archive.zip && unzip archive.zip
- export DECLOUD_DATA_DIR="$PWD/decloud_data"
- mkdir tests_artifacts
artifacts:
when: on_failure
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment