diff --git a/service/ci.md b/service/ci.md
index 5577109647ca3555c90b2805d1bb93e1a429eba9..e9db5855f83e6e953eefe305d6bc72dbe7795dfd 100644
--- a/service/ci.md
+++ b/service/ci.md
@@ -187,20 +187,7 @@ module from Voxpupuli to avoid reinventing the wheel. But before
 enabling it on the instance, the following operations need to be
 performed:
 
- 1. The shared runner token needs to be setup in Trocla, using:
-
-        trocla create profile::gitlab::runner::token plain
-
-    NOTE: this was probably already done. If you need a more specific
-    runner (say group- or project-specific), a new Role
-    (e.g. `roles::gitlab::runner::docker::tpa` could be created and
-    pass a different token (set in Trocla like the above).
-    
-    TODO: this is one case where the Trocla Hiera support (which we do
-    not currently use), could come in handy. See our [Puppet Trocla
-    docs](howto/puppet#trocla) for more details.
-
- 2. setup the large partition in `/srv`, and bind-mount it to cover
+ 1. setup the large partition in `/srv`, and bind-mount it to cover
     for Docker:
 
         mkfs -t ext4 -j /dev/sdc