GitLab CI/CD

less than 1 minute read

Today I want to start writing a cycle of articles about CI/CD process with GitLab. Many developers use GitLab to store code and work together on one project (write and review code, make issues, user management, etc.). But it has many other built-in tools includes automate test and deploy process.

With Gitlab you can easily build, test and deploy your code. In our company we are using Gitlab CI/CD for a long time. I will share my experience with you.

So these topics will be described in next articles:

  1. GitLab CI/CD. Main concepts and terms
  2. GitLab CI/CD. Install and configure Runner
  3. GitLab CI/CD. Create simple pipeline
  4. GitLab CI/CD. Tips and tricks

Official documentation