From cd76b1c48343b8649fcfedef2fe6ce29753645fe Mon Sep 17 00:00:00 2001 From: Hamza Oukili <hamza.oukili@iws.uni-stuttgart.de> Date: Thu, 23 Feb 2023 14:49:31 +0100 Subject: [PATCH] [ci] Update the ci to use dune 2.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10d714a071..4e19f9aa8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: IMAGE_REGISTRY_URL: $CI_REGISTRY/dumux-repositories/dumux-docker-ci DUMUX_CI_TRIGGER_LECTURE_BRANCH: master - DUMUX_CI_DUNE_LATEST_RELEASE: "2.8" + DUMUX_CI_DUNE_LATEST_RELEASE: "2.9" # Cases in which to create pipelines at all. The trigger jobs may further # specify how exactly they should be created in different situations. -- GitLab