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

Update .gitlab-ci.yml file

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