| title | Create a New Project/Repo in GitLab |
|---|---|
| weight | 10 |
| layout | learningpathall |
Start by logging into your GitLab account or create a new one in the Gitlab main page.
We will need to a new project/repo that will contain all our project files including our CI/CD pipeline configuration file.
We can also choose to use any previously created projects in our Gitlab account. Simply open your previously created project. If that is the case then skip the rest of the steps in the current page and move to the next steps in this tutorial.
-
From the Home page, Click on the
Projectsicon from the menu on the left hand side panel as the image below. -
Click on the
New Projectbutton on the top right hand side as the image below.
-
We will get a new screen like the image below with multiple options. You can choose any of the 2 options highlighted in red from the image below.
{{% notice Note %}}
If we chose option 2 then we will need to choose GitLab CI/CD components option from the list of templates.
{{%/notice%}}
- Regardles of which option we choose, We will get a screen like the image below where we need to fill-in fields highlighted in red. The first field is the
Project Namewhich we will name itCI-CD Runner. In the second field we need to choose any option from theProject Urllist then click on theCreate Projectbutton at the end of the page.

