Login as root
. Add a project. You will use this project to explore GitLab CI functionality. To add a project, select the "New..." icon (it looks like a plus sign) and select "New project":
Name the project "www" (we'll pretend it's the source code for our web site).
Select the big fat green "Create project" button to create your project.
GitLab will now take you to the "www" project page, and you should see a prompt to add an SSH key to your profile so you can pull or push project code.
Select "Don't show again", as in this tutorial, you'll use the GitLab Web UI to change files in your project.
Add a README.md file by selecting "README" in the UI:
Add text and select "Commit changes" to create the README.md
file.
You should then see the confirmation.
Use the navigation breadcrumbs at the top to go back to the main "www" project screen: