Skip to content
Snippets Groups Projects
Commit 2d23eec3 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

fixed wget to curl

Former-commit-id: ee7e0e75
parent 0336efae
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ setup:
stage: test
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
script:
- mkdir ./tests/testdata
- wget -P ./tests/testdata "https://webdata.wolke.img.univie.ac.at/flexpart/*"
- mkdir ./tests/testdata && cd ./tests/testdata
- curl -O "https://webdata.wolke.img.univie.ac.at/flexpart/*"
extends: .download
cache:
policy: pull-push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment