diff --git a/README.md b/README.md
index f9d9e1c88e21c836fe90c35555b00b96b9108e67..52688d594f102ccd37f761902cd7c5ab39bbad17 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,8 @@ Fork this project into your personal namespace and configure it (menu `Settings`
 Our GitLab instance comes with a shared Docker-based CI/CD *runner* (or executor).
 Generate your [SSH key pair](https://docs.gitlab.com/ee/ci/ssh_keys/) to interact with your VM instance.
 
+(**[TO-DO]** :question: Do we also need to enable `Repository > Deploy keys` with the same public SSH key?)
+
 Configure the CI/CD system as it follows (menu `Settings > CI/CD`):
 - In `General pipelines`:
   * [ ] `Public pipelines`
@@ -74,7 +76,7 @@ Configure the CI/CD system as it follows (menu `Settings > CI/CD`):
 
 ### Task #2: CI/CD pipeline ###
 
-**Goal:** write a GitLab-style pipeline file `.gitlab-ci.yml`.
+**Goal:** write a GitLab-style "branch" pipeline file `.gitlab-ci.yml`.
 
 For our simple DevOps scenario, the following structure suffices: