diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d51be34f1b7360fe6b13986e42f4aadae6d380f9..ea252d29ddb5b2315f9735c1002e9a156d924056 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ deploy_coverage:
   only:
     - master
 
-deploy_batsim_dev_cachix:
+deploy_batsched_dev_cachix:
   stage: deploy
   script:
     - ./ci/update-batsched_dev-cache.bash
diff --git a/ci/README.md b/ci/README.md
index 7a6779afbe812338a2cec443c7b5136ddf6a5d37..515fa240ef3c0699129a35cbcd87ff023bdb7310 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -12,11 +12,11 @@ batsched should always work with this version.
 This is the up-to-date Batsim version.
 batsched should work with this version.
 
-## test_deps_(pinned|local)
+## test_deps_(pinned|dev)
 The list of packages needed to run tests.
 This is meant to be used as a shell, not meant to be installed.
 
-## test_(pinned|local)
+## test_(pinned|dev)
 A shell used to run tests. Essentially batsim_local + test_deps.
 Not meant to be installed either.