Loading video player...
In this session, I’ll walk you through how to set up a CI/CD pipeline in GitLab using a simple Python project. We’ll cover: - What CI/CD is and why it matters - GitLab pipeline structure (.gitlab-ci.yml) - Build, Lint, Test, and Deploy stages - Using artifacts, rules, and extends for clean pipelines - Demo of a working pipeline in action By the end, you’ll understand how GitLab CI/CD automates linting, testing, and deployment for Python projects.