diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 896fb7cd851e1cbedd394bf5e24b596cae807940..4394ccfda3ee882cfdd7421021906bf59ad3bea7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ cache:
 before_script:
   - ruby -v                                   # Print out ruby version for debugging
   - apt-get update -q && apt-get install libsodium-dev -yqq
-  - gem install bundler  --no-ri --no-rdoc    # Bundler is not installed with the image
+  - gem install bundler    # Bundler is not installed with the image
   - bundle install -j $(nproc) --path vendor  # Install dependencies into ./vendor/ruby
 
 test: