From 597011fb6f0eec9df2edff547fe9fe2a9c899cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennard=20G=C3=A4her?= <gaeher@mpi-sws.org> Date: Mon, 28 Oct 2024 09:51:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5da718c5..3ad750a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: variables: CPU_CORES: "10" + OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" .template: &template stage: build -- GitLab