From 72fe576e352ce5a216ad6ce4a74f429fa54f407b Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 9 Dec 2020 10:39:46 +0100
Subject: [PATCH] fix job names

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a8f19d07..0e5c30934 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ build-coq.8.10.2:
 
 # Nightly job with a known-to-work Coq version
 # (so failures must be caused by std++)
-build-stdpp.dev-coq.8.11.2:
+build-stdpp.dev-coq.8.12.1:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.12.1   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
@@ -66,7 +66,7 @@ build-stdpp.dev-coq.8.11.2:
   - api
 
 # Nightly job with latest Coq branch
-build-stdpp.dev-coq.8.12.dev:
+build-stdpp.dev-coq.8.13.dev:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.13.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
-- 
GitLab