From 00dad6b95411dd6ca5039d66301b189806e6d1e8 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 24 Oct 2023 14:31:19 +0200 Subject: [PATCH] benchmark a different branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88d192cfc..bbb399de8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ variables: build-coq.dev: <<: *template variables: - OPAM_PINS: "git+https://github.com/SkySkimmer/coq.git#redbaheviour" + OPAM_PINS: "git+https://github.com/SkySkimmer/coq.git#redbehaviour-pred" DENY_WARNINGS: "1" MANGLE_NAMES: "1" OPAM_PKG: "1" -- GitLab