This gist is some notes about Gitlab CI/CD To start a pipline you need to create a specfic file: .gitlab-ci.yml We need jobs to do anything in gitlab CI: build the car: script: - mkdir build - cd build - touch car.txt