CI With Cloudify and Gitlab

DeWayne Filppi
4 min readJul 7, 2020
Photo by Louis Reed on Unsplash

One of the best fit use cases for Cloudify is the automated creation of operational environments. This capability is great for automating integration testing, and is related to the Environment As A Service concept. Gitlab provides an alternative platform to Github, and includes features such as source code control and CI/CD. In this article I’ll investigate extending the typical continuous integration (CI) process beyond unit testing to…

--

--