From e336a01bf7f76e09198e926c0228fb970171a6fb Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Tue, 25 Feb 2025 22:08:04 +0100 Subject: [PATCH] Fix Clang CI test names --- .gitlab-ci/clang14-mpi-debug.yml | 2 +- .gitlab-ci/clang14-mpi-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/clang14-mpi-debug.yml b/.gitlab-ci/clang14-mpi-debug.yml index 8cb332118..60ea4aa0a 100644 --- a/.gitlab-ci/clang14-mpi-debug.yml +++ b/.gitlab-ci/clang14-mpi-debug.yml @@ -1,4 +1,4 @@ -test:clang11-mpi-debug: +test:clang14-mpi-debug: image: localhost:5000/ubuntu_jammy_clang14_mpi stage: test needs: [] diff --git a/.gitlab-ci/clang14-mpi-release.yml b/.gitlab-ci/clang14-mpi-release.yml index eccbc4b63..1a7ba636b 100644 --- a/.gitlab-ci/clang14-mpi-release.yml +++ b/.gitlab-ci/clang14-mpi-release.yml @@ -1,4 +1,4 @@ -test:clang11-mpi-release: +test:clang14-mpi-release: image: localhost:5000/ubuntu_jammy_clang14_mpi stage: test needs: [] -- GitLab