From b3b89308867ae0480aaf319fbd4cee4bafd51b74 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 18 Jun 2024 08:49:50 +0000 Subject: [PATCH] fixed wget to curl Former-commit-id: a3f778ee538ae48f7bc2293b89266d37607930d0 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f89ebdcc..5b2f9b7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - build + - setup - test - compare # - container @@ -50,7 +51,7 @@ rocky9-build: policy: pull setup: - stage: test + stage: setup image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest script: - mkdir ./tests/testdata && cd ./tests/testdata -- GitLab