From 359c21c206229166ca3c590d5c5e5939318933c4 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 19 Dec 2019 16:39:53 +0100
Subject: [PATCH] temporarily time Coq master

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44faa58af..5b12d3485 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,9 @@ build-coq.dev:
   variables:
     OPAM_PINS: "coq version dev"
     CI_COQCHK: "1"
+    TIMING_CONF: "coq-dev"
+  tags:
+  - fp-timing
 
 build-coq.8.11.dev:
   <<: *template
-- 
GitLab