diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbc2c5657aeb7b1cb6e4ca2444f278e8bb2da61c..dc8e570668d40a2247d5c83b086eb7a1e04fe92c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,9 +18,9 @@ build-4.03.0:
     COMPILER: 4.03.0
   <<: *build_definition
 
-build-4.04.0:
+build-4.04.2:
   variables:
-    COMPILER: 4.04.0
+    COMPILER: 4.04.2
   <<: *build_definition
 
 build-4.05.0:
@@ -28,9 +28,14 @@ build-4.05.0:
     COMPILER: 4.05.0
   <<: *build_definition
 
-build-4.06.0:
+build-4.06.1:
   variables:
-    COMPILER: 4.06.0
+    COMPILER: 4.06.1
+  <<: *build_definition
+
+build-4.07.0:
+  variables:
+    COMPILER: 4.07.0
   <<: *build_definition
 
 bench:
@@ -53,9 +58,9 @@ bench-4.03.0:
     COMPILER: 4.03.0
   <<: *bench_definition
 
-bench-4.04.0:
+bench-4.04.2:
   variables:
-    COMPILER: 4.04.0
+    COMPILER: 4.04.2
   <<: *bench_definition
 
 bench-4.05.0:
@@ -63,9 +68,14 @@ bench-4.05.0:
     COMPILER: 4.05.0
   <<: *bench_definition
 
-bench-4.06.0:
+bench-4.06.1:
+  variables:
+    COMPILER: 4.06.1
+  <<: *bench_definition
+
+bench-4.07.0:
   variables:
-    COMPILER: 4.06.0
+    COMPILER: 4.07.0
   <<: *bench_definition
 
 full: