From df12d82309402ece006676d996e2db603b25f7ab Mon Sep 17 00:00:00 2001
From: Julien Girard <julien.girard2@cea.fr>
Date: Wed, 19 Jun 2024 11:57:09 +0200
Subject: [PATCH] [ci] Typo in CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c862ed4..4411d77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build:
 # Optional and manual full rebuild using a clean docker image
 full_rebuild_and_test:
   stage: build
-  image: ocaml/ocaml/opam:ubuntu-22.04-ocaml-4.13
+  image: ocaml/opam:ubuntu-22.04-ocaml-4.13
   cache:
     key: $CI_COMMIT_REF_SLUG
     paths:
-- 
GitLab