> What is CI? Have you used one before? CI is continuous integration, it allows to run scripts after development. Most of the time, automated tests are launched using this tool. I created CI pipelines for travis and circle CI, I also tested Wercker because it was dedicated to containerized applications I'm also familiar with Jenkins but I didn't use it for a while.