Continuous integration is a primary DevOps practice allowing all developers’ working copies to be merged to a shared repository several times a day. At present there are several tools available to set up this, namely GitLab Runners, AWS CodeBuild, GitHub Actions, Travis CI & Jenkins etc. In this story I’ll…