diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e122df786c3561285bb39fa6f86feb049f289b27..39203f9cdffcedeba82c2515300683b161667784 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,16 +30,3 @@ build-coq.8.8.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.8.2"
-    TIMING_PROJECT: "igps"
-    TIMING_CONF: "coq-8.8.2"
-  tags:
-  - fp-timing
-
-build-iris.dev:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.8.2   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
-  except:
-  only:
-  - triggers
-  - schedules