1. GitLab Pipelines
    1. What is GitLab.org?
    2. What is GitLab.com?
    3. ALM-Toolbox
    4. CI - Continuous Integration
    5. Documentation
    6. Runner
    7. Docker images
    8. .gitlab-ci.yml
    9. Hello World
    10. Hello World in container
    11. Show what is in the container
    12. Pipeline Hierarchy
    13. Default Stages
    14. Define stages
    15. Jobs
    16. Set stage of job
    17. Parallel jobs per stage
    18. Manual interaction
    19. Manual approval
    20. Pick a Windows and MacOS runner
    21. Use Postgres service
    22. Use MongoDB service
    23. Script
    24. Before Script and After Script
    25. Variables
    26. extends
    27. Pick a Docker image
    28. Docker registry of GitLab
    29. Run on Windows
    30. Run on Mac OSX
    31. Interdependence of jobs?
    32. Cache
    33. Python 3 Virtualenv
    34. Only run job if specific files changed
    35. Artifacts and using them in subsequent jobs
    36. GitLab API
    37. GitLab API using Python
    38. GitLab pages
    39. GitLab pages with Perl
    40. Deployment
    41. Perl projects using GitLab
    42. Rust projects using GitLab
    43. Python projects using GitLab