How to test and build your app automatically - an introduction to CI/CD with Gitlab
Continuous integration and deployment is a wonderful thing. Why format, compile and test everything manually? Why do we have to trigger builds manually? Turns out, we don’t have to (in many cases). I will show how, with just one simple .yml file, you can start having gitlab do the work for you.