From 1a00ee7ede6e7ff814dfa2590b79da64fc53fd00 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 12 Nov 2018 13:21:21 +0100
Subject: [PATCH] compile our own ocaml so that opam doesn't act up the way it
 usually likes to

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1de5533e..aa8da433 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ build-coq.8.8.1:
 build-coq.8.8.0:
   <<: *template
   variables:
+    OCAML: "ocaml-base-compiler.4.02.3"
     OPAM_PINS: "coq version 8.8.0"
     OPAM_PKG: "coq-stdpp"
     DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
-- 
GitLab