From 36f10273e1c05b08d30efb743a51f656e8665f4f Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 23 Feb 2019 09:19:03 +0100 Subject: [PATCH] reenable coqchk --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eefee7d00..063db3802 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build-coq.dev: variables: OCAML: "ocaml-base-compiler.4.07.0" OPAM_PINS: "coq version dev" - VALIDATE: "1" + CI_COQCHK: "1" build-coq.8.9.0: <<: *template -- GitLab