diff --git a/doc/gitlab-basics/add-image.md b/doc/gitlab-basics/add-image.md
index 461cd9f6170529110340faba17a40175d2f04b31..28b6f3a925cf982f0f5ac33a09a9159f2b323605 100644
--- a/doc/gitlab-basics/add-image.md
+++ b/doc/gitlab-basics/add-image.md
@@ -59,4 +59,5 @@ Now you can push (send) your changes (in the branch NAME-OF-BRANCH) to GitLab (t
 git push origin NAME-OF-BRANCH
 ```
 
-Your image should've been added to your repository in GitLab.
+Your image will be added to your branch in your repository in GitLab. Create a [Merge Request](add-merge-request.md)
+to integrate your changes to your project.