diff --git a/week1/00-grading-and-submission.md b/week1/00-grading-and-submission.md
index 030fbfbd85057526da00a767288dae9cd1a83f21..4f7b986a9740e2123d82e36efac35385834c0f89 100644
--- a/week1/00-grading-and-submission.md
+++ b/week1/00-grading-and-submission.md
@@ -16,7 +16,7 @@ result online (under the *CI/CD > Pipeline* section of your personal gitlab
 repository) and check if your code compiles and runs properly on the grading
 environment.
 
-![images/pipeline-tab.png]
+![](images/pipeline-tab.png)
 
 The grading pipeline contains two steps:
   * *compile*: your code does not compile for grading if the job fail.
@@ -25,9 +25,9 @@ The grading pipeline contains two steps:
 
 You can click on the jobs to see the logs:
 
-![images/pipeline-details.png]
+![](images/pipeline-details.png)
 
-![images/pipeline-logs.png]
+![](images/pipeline-logs.png)
 
 ## Committing and pushing your code
 
diff --git a/week1/images/clone-url.png b/week1/images/clone-url.png
new file mode 100644
index 0000000000000000000000000000000000000000..784cec1aecafc709da76a3f23bebadf7cfdc180a
Binary files /dev/null and b/week1/images/clone-url.png differ
diff --git a/week1/images/gitlab-public-ssh-key.png b/week1/images/gitlab-public-ssh-key.png
new file mode 100644
index 0000000000000000000000000000000000000000..f57459d9d7862d4a924a327b629583d01725932f
Binary files /dev/null and b/week1/images/gitlab-public-ssh-key.png differ
diff --git a/week1/images/gitlab-settings.png b/week1/images/gitlab-settings.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f5363204a2e91c337bb8296cc8c7efd158d9304
Binary files /dev/null and b/week1/images/gitlab-settings.png differ
diff --git a/week1/images/pipeline-details.png b/week1/images/pipeline-details.png
new file mode 100644
index 0000000000000000000000000000000000000000..426346c5adbc56e96f48e572c35018fd66456371
Binary files /dev/null and b/week1/images/pipeline-details.png differ
diff --git a/week1/images/pipeline-logs.png b/week1/images/pipeline-logs.png
new file mode 100644
index 0000000000000000000000000000000000000000..607626e390391db912455cd95748cb07459afde2
Binary files /dev/null and b/week1/images/pipeline-logs.png differ
diff --git a/week1/images/pipeline-tab.png b/week1/images/pipeline-tab.png
new file mode 100644
index 0000000000000000000000000000000000000000..b2756a91a19ceb5972c00295fb8796958d1a91ae
Binary files /dev/null and b/week1/images/pipeline-tab.png differ