From 8e4870efefacec2fec1d69e40b8328cd5d276978 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 28 Feb 2019 22:34:07 +0100
Subject: [PATCH] one timing job is enough

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b24e0219..76a5096a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,9 +45,6 @@ build-coq.8.8.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.8.2"
-    TIMING_CONF: "coq-8.8.2"
-  tags:
-  - fp-timing
 
 build-coq.8.7.2:
   <<: *template
-- 
GitLab