From 10893d92025b6ca80b05bc05125e97992be01267 Mon Sep 17 00:00:00 2001
From: Cresson Remi <remi.cresson@irstea.fr>
Date: Tue, 3 Sep 2024 10:33:04 +0200
Subject: [PATCH] ci: change test data url

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6fc7958..70c6522 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab