diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d29a62636b128eb197b8baeeb560e840746f0bc..fc791e00824c4dfafbfc8cce7f053acd9322b913 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ documentation:static:
   before_script:
       - cargo install mdbook
   image:
-    name: rust/latest
+    name: rust
   stage: documentation
   rules:
     - if: $CI_DEFAULT_BRANCH
@@ -79,7 +79,7 @@ documentation:test:
   before_script:
       - cargo install mdbook
   image:
-    name: rust/latest
+    name: rust
   stage: documentation
   rules:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'