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

Update .gitlab-ci.yml file

Former-commit-id: f8556da0
parent 2a5ae61a
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,8 @@ default:
tags:
- podman
cache:
key: testdata
paths:
- ./tests/testdata
policy: pull-push
- testdata/
alma8-build:
image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
......@@ -53,8 +51,8 @@ setup:
stage: build
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
script:
- mkdir ./tests/testdata
- wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P ./tests/testdata "https://webdata.wolke.img.univie.ac.at/flexpart/"
- mkdir testdata/
- wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P testdata/ "https://webdata.wolke.img.univie.ac.at/flexpart/"
options-test:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
......@@ -65,6 +63,7 @@ options-test:
- rocky9-build
script:
- ulimit -s unlimited
- cd tests && ln -s ../testdata/ testdata && cd ..
- bash ./tests/run_default_options_test.sh
cache:
key: testdata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment