StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
GitLab CI
ByGitlab-ciGitlab-ci

GitLab CI

#5in Continuous Integration
Discussions13
Followers1.59k
OverviewDiscussions13

What is GitLab CI?

GitLab offers a continuous integration service. If you add a .gitlab-ci.yml file to the root directory of your repository, and configure your GitLab project to use a Runner, then each merge request or push triggers your CI pipeline.

GitLab CI is a tool in the Continuous Integration category of a tech stack.

GitLab CI Pros & Cons

Pros of GitLab CI

  • ✓Robust CI with awesome Docker support
  • ✓Simple configuration
  • ✓All in one solution
  • ✓Source Control and CI in one place
  • ✓Easy to configure own build server i.e. GitLab-Runner
  • ✓Free and open source
  • ✓Integrated with VCS on commit
  • ✓Hosted internally
  • ✓Built-in Docker Registry
  • ✓Built-in support of Kubernetes

Cons of GitLab CI

  • ✗Works best with GitLab repositories

GitLab CI Alternatives & Comparisons

What are some alternatives to GitLab CI?

Jenkins

Jenkins

In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.

Travis CI

Travis CI

Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.

GitHub Actions

GitHub Actions

It makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want.

CircleCI

CircleCI

Continuous integration and delivery platform helps software teams rapidly release code with confidence by automating the build, test, and deploy process. Offers a modern software development platform that lets teams ramp.

Azure Pipelines

Azure Pipelines

Fast builds with parallel jobs and test execution. Use container jobs to create consistent and reliable builds with the exact tools you need. Create new containers with ease and push them to any registry.

TeamCity

TeamCity

TeamCity is a user-friendly continuous integration (CI) server for professional developers, build engineers, and DevOps. It is trivial to setup and absolutely free for small teams and open source projects.

GitLab CI Integrations

Codeship, Home Assistant, Verdaccio, GitLab, DeployPlace and 7 more are some of the popular tools that integrate with GitLab CI. Here's a list of all 12 tools that integrate with GitLab CI.

Codeship
Codeship
Home Assistant
Home Assistant
Verdaccio
Verdaccio
GitLab
GitLab
DeployPlace
DeployPlace
StackPath
StackPath
Reflect
Reflect
Hyper
Hyper
Security Reviewer
Security Reviewer
Trivy
Trivy
Infracost
Infracost
Anka Build
Anka Build

GitLab CI Discussions

Discover why developers choose GitLab CI. Read real-world technical decisions and stack choices from the StackShare community.

Jeyabalaji Subramanian
Jeyabalaji Subramanian

CTO at FundsCorner

Jan 22, 2019

Needs adviceonAmazon SQSAmazon SQSReactReactPythonPython

At FundsCorner, we are on a mission to enable fast accessible credit to India’s Kirana Stores. We are an early stage startup with an ultra small Engineering team. All the tech decisions we have made until now are based on our core philosophy: "Build usable products fast".

Based on the above fundamentals, we chose Python as our base language for all our APIs and micro-services. It is ultra easy to start with, yet provides great libraries even for the most complex of use cases. Our entire backend stack runs on Python and we cannot be more happy with it! If you are looking to deploy your API as server-less, Python provides one of the least cold start times.

We build our APIs with Flask. For backend database, our natural choice was MongoDB. It frees up our time from complex database specifications - we instead use our time in doing sensible data modelling & once we finalize the data model, we integrate it into Flask using Swagger UI. Mongo supports complex queries to cull out difficult data through aggregation framework & we have even built an internal framework called "Poetry", for aggregation queries.

Our web apps are built on Vue.js , Vuetify and vuex. Initially we debated a lot around choosing Vue.js or React , but finally settled with Vue.js, mainly because of the ease of use, fast development cycles & awesome set of libraries and utilities backing Vue.

You simply cannot go wrong with Vue.js . Great documentation, the library is ultra compact & is blazing fast. Choosing Vue.js was one of the critical decisions made, which enabled us to launch our web app in under a month (which otherwise would have taken 3 months easily). For those folks who are looking for big names, Adobe, and Alibaba and Gitlab are using Vue.

By choosing Vuetify, we saved thousands of person hours in designing the CSS files. Vuetify contains all key material components for designing a smooth User experience & it just works! It's an awesome framework. All of us at FundsCorner are now lifelong fanboys of Vue.js and Vuetify.

On the infrastructure side, all our API services and backend services are deployed as server less micro-services through Zappa. Zappa makes your life super easy by packaging everything that is required to deploy your code as AWS Lambda. We are now addicted to the single - click deploys / updates through Zappa. Try it out & you will convert!

Also, if you are using Zappa, you can greatly simplify your CI / CD pipelines. Do try it! It's just awesome! and... you will be astonished by the savings you have made on AWS bills at end of the month.

Our CI / CD pipelines are built using GitLab CI. The documentation is very good & it enables you to go from from concept to production in minimal time frame.

We use Sentry for all crash reporting and resolution. Pro tip, they do have handlers for AWS Lambda , which made our integration super easy.

All our micro-services including APIs are event-driven. Our background micro-services are message oriented & we use Amazon SQS as our message pipe. We have our own in-house workflow manager to orchestrate across micro - services.

We host our static websites on Netlify. One of the cool things about Netlify is the automated CI / CD on git push. You just do a git push to deploy! Again, it is super simple to use and it just works. We were dogmatic about going server less even on static web sites & you can go server less on Netlify in a few minutes. It's just a few clicks away.

We use Google Compute Engine, especially Google Vision for our AI experiments.

For Ops automation, we use Slack. Slack provides a super-rich API (through Slack App) through which you can weave magical automation on boring ops tasks.

0 views0
Comments
Kefir100
Kefir100

Dec 21, 2018

Needs adviceonNode.jsNode.jsDockerDockerDocker SwarmDocker Swarm

I have got a small radio service running on Node.js. Front end is written with React and packed with Webpack . I use Docker for my #DeploymentWorkflow along with Docker Swarm and GitLab CI on a single Google Compute Engine instance, which is also a runner itself. Pretty unscalable decision but it works great for tiny projects. The project is available on https://fridgefm.com

0 views0
Comments
KES777
KES777

Nov 30, 2018

Needs adviceonMojoliciousMojoliciousPerlPerlRedmineRedmine

Mojolicious Perl Redmine Redis AWS CodeCommit Amazon SES PostgreSQL Postman Docker jQuery VirtualBox Sublime Text GitHub Git GitLab CI @DBIx::Class @metacpan @TheBat

0 views0
Comments
Michael Kelly
Michael Kelly

Senior Software Engineer at ACK Foundry

Sep 12, 2018

Needs adviceonGitLabGitLabGitHubGitHubGitLab CIGitLab CI

I use GitLab when building side-projects and MVPs. The interface and interactions are close enough to those of GitHub to prevent cognitive switching costs between professional and personal projects hosted on different services.

GitLab also provides a suite of tools including issue/project management, CI/CD with GitLab CI, and validation/landing pages with GitLab Pages. With everything in one place, on an #OpenSourceCloud GitLab makes it easy for me to manage much larger projects on my own, than would be possible with other solutions or tools.

It's petty I know, but I can also read the GitLab code diffs far more easily than diffs on GitHub or Bitbucket...they just look better in my opinion.

0 views0
Comments
Travis Rowland
Travis Rowland

CEO at Dynamictivity

Oct 6, 2017

Needs adviceonGitLab CIGitLab CI

GitLab CI is extremely flexible and easy to use. We also enjoy the elastic build infrastructure which is Docker based. GitLab CI

0 views0
Comments

Try It

Website URL not available

Adoption

On StackShare

Companies
713
IRIWDF+707
Developers
1.53k
YDACJR+1525