From 60d7476b02559a3f3616403f3f1428e697c9c7c4 Mon Sep 17 00:00:00 2001 From: Guillaume Martres <smarter@ubuntu.com> Date: Wed, 18 Sep 2019 19:51:08 +0200 Subject: [PATCH] Better description of where to find the pipeline --- week1/02-grading-and-submission.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/week1/02-grading-and-submission.md b/week1/02-grading-and-submission.md index 7fa9a68..91851f4 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").  -- GitLab