diff --git a/week1/02-grading-and-submission.md b/week1/02-grading-and-submission.md
index 7fa9a689f678ff1e5c0317d98360632a5a7179c4..91851f4b63c529406435bed50e97107fd97ec3c6 100644
--- a/week1/02-grading-and-submission.md
+++ b/week1/02-grading-and-submission.md
@@ -61,9 +61,11 @@ Note that there are also graphical user interfaces to interact with git, for
 example [VSCode has built-in git
 support](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support).
 
-Once you've pushed your code, you can see the 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.
+Once you've pushed your code, you can see the result online by going to
+`gitlab.epfl.ch/lamp/student-repositories-f19/cs210-GASPAR/pipelines` where
+`GASPAR` is your username (you can also access this page from the main page of
+your repository by clicking on the rocket icon on the left side of the gitlab
+interface, then clicking on "Pipelines").
 
 ![](images/pipeline-tab.png)