azatcloud / devops notes
← back

CI/CD on GitLab

Jun 4, 2026 · 3 min read gitlabci

Pipeline stages

  • lint
  • test
  • build
build:
  script:
    - docker build -t app .