From b787d48eaef622569864ae2bf7cf1a9e3c92b6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@univ-grenoble-alpes.fr> Date: Tue, 17 Sep 2024 11:37:33 +0200 Subject: [PATCH] CI fix ... ? --- ci/ci-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci-templates.yml b/ci/ci-templates.yml index bd154d238..290253851 100644 --- a/ci/ci-templates.yml +++ b/ci/ci-templates.yml @@ -291,7 +291,7 @@ workflow: extends: .hysop-base-venv stage: test script: - - "bash ci/scripts/run_examples.sh" + - "bash ci/scripts/run_examples.sh" # A template to installs Hysop and generates a docker image with a full/uptodate install of Hysop .hysop-docker-hysop: -- GitLab