From cbf73155b62e1b1f590c9a3e1e4932f32abfc255 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 13 Jul 2018 10:47:33 +0200
Subject: [PATCH] bring CI back to normal

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cc2051fa..ec6fb25ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
     paths:
     - opamroot/
   only:
-  - gen_proofmode
+  - master
   - /^ci/
   except:
   - triggers
@@ -42,7 +42,6 @@ build-coq.8.8.0:
   variables:
     OPAM_PINS: "coq version 8.8.0"
     OPAM_PKG: "coq-iris"
-    OPAM_PKG_BRANCH: "gen_proofmode"
     TIMING_PROJECT: "iris"
     TIMING_CONF: "coq-8.8.0"
   tags:
-- 
GitLab