From cabf62ca0673fa58e0ba318eb781520d862c6fcc Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@cea.fr>
Date: Fri, 25 Oct 2024 12:26:47 +0000
Subject: [PATCH] Reset default branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef672cef..df17eef2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ default:
 ### VARIABLES
 
 variables:
-  DEFAULT: "stable/zinc"
+  DEFAULT: "master"
   OCAML: "4.14"
 
 ################################################################################
-- 
GitLab