diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb2792e74bcc28c94c691824de69d188602d7bfb..ee669b68c150ad252622c34ea338f3683621a997 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,14 +23,14 @@ variables:
   - master
   - /^ci/
 
-build-coq8.7:
+build-coq.8.7:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.7.dev   coq-mathcomp-ssreflect version dev"
   except:
   - triggers
 
-build-coq8.6.1:
+build-coq.8.6.1:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.6.1   coq-mathcomp-ssreflect version 1.6.1"