diff --git a/README.md b/README.md
index 491878fa2e1e827e128faba7739b8952c817f960..2e55c9fe0f71f80ecbe8656f191e8be8396ddc11 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,8 @@ testcase.
 # Contents of the repository
 
 updater.sh:
-updater.sh is executed by Jenkins. It searches in the helper-tools repository
+updater.sh is executed by the GitLab CI/CD pipeline.
+It searches in the helper-tools repository
 for test_repositories.txt and runs update_test_binaries on each.
 
 update_test_binaries.sh:
@@ -81,5 +82,5 @@ In each of these projects, a file called external-binaries.cfg lists the binarie
 required to run the test. The binaries will be copied in an architecture
 specific tree in the test repository.
 
-Jenkins:
-The trigger for all this. The job created from apertis-jenkins-job.
+gitlab-ci/update-test-binaries.yaml:
+The snippet to be included by the projects needing the external binaries.