From 85f3947ab80703af6aa8f7766d3ee83a03426876 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 7 May 2022 10:44:10 +0200
Subject: [PATCH] make ocaml version explicit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea78e037..e3bfc450 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
 
 variables:
   CPU_CORES: "10"
+  OCAML: "ocaml-base-compiler.4.08.1"
 
 .template: &template
   stage: build
-- 
GitLab