|
|
|
|
|
by arinlen
1379 days ago
|
|
> GitLab CI is much more straight forward if you have your own Docker image In my experience GitLab is straight-forward in all of its happy path, which happens to be exactly what all developers need to do: build software, push build artifacts, run tests, and in the case of services deploy stuff somewhere else. With GitLab anyone can set their fully working CICD pipeline from scratch after a quick googling, which is absolutely not possible with GitHub actions. The only downside of GitLab is their pricing model. If it wasn't for GitLab's not-so generous free tier, there wouldn't be any reason to bother looking at alternatives like GitHub and the like. |
|