Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

10 AWS reviews

External reviews

21 reviews
from

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    reviewer2787357

Centralized automation has transformed our devops workflow and now delivers faster reliable releases

  • January 04, 2026
  • Review from a verified AWS customer

What is our primary use case?

I have been using GitLab since I started my journey in IT because GitLab is important for all software developers, DevOps, and SREs in all fields in IT. I have been using it for a long time.

My main use case for GitLab is source code management combined with CI/CD automation. I use GitLab to host application and infrastructure code, manage branches, and merge requests, and run automated CI/CD pipelines that build, test, and deploy applications across every environment. As an SRE-focused DevOps professional, I primarily use GitLab for end-to-end DevOps workflows from version control to automated CI/CD, triggering pipelines on every commit, running tests and security scans, building Docker images, and deploying to cloud or Kubernetes environments using GitLab Runners. This is how I use it day-to-day.

Using GitLab for this DevOps workflow has significantly improved my efficiency and my team's efficiency by centralizing the entire DevOps workflow, code, CI/CDs, reviews, and deployments in one platform. This reduces tool hopping and makes collaboration much smoother. First, GitLab enables faster and safer deployments. Standardized pipelines and approval-based merge requests ensure consistent deployments across environments, reducing production issues. Secondly, quick issue detection and rollback are facilitated through pipeline failures and job logs, which help identify problems early, and version releases make rollbacks faster and safer. Automation reduces manual work as CI/CD pipelines automatically build, test, scan, and deploy on every commit, saving hours of manual effort and eliminating human errors. The fourth point is infrastructure as code at scale; managing Terraform and Ansible code in GitLab allows repeatable, auditable infrastructure changes with clear history. Finally, improved reliability and confidence arise because automated testing and security scans increase confidence in releases and reduce post-deployment incidents.

Another valuable aspect is better collaboration and visibility, which comes with merge requests, inline reviews, and pipeline status checks, making it easy for the team and me to review changes and catch issues early.

How has it helped my organization?

GitLab has had a significant overall positive impact on my organization by standardizing and automating how we build, test, and deploy software. Having code management, CI/CD, security, and collaboration in a single platform improves speed, reliability, and transparency across teams.

The improvements have resulted in faster and more reliable releases. We replaced manual deployments with automated CI/CD pipelines, which have made releases predictable and repeatable, with deployment time reduced from hours to minutes. Another improvement is reduced production incidents; mandatory pipeline tests and approvals before merges and early failure detection through automated checks lead to standardized deployment processes across environments.

Additional improvement comes through shift-left security, where security scanning built directly into pipelines detects vulnerabilities early rather than in production, eliminating the need for separate security tools for basic scanning. Finally, better onboarding and knowledge sharing occur through standardized CI/CD templates and documented pipelines, allowing new team members to become productive faster while reducing dependency on tribal knowledge.

What is most valuable?

In my view, the best features GitLab offers include integrated CI/CD, which is one of GitLab's strongest capabilities. We define pipelines in a .gitlab-ci.yml file and runners execute them automatically on commits and merge requests. It automates building, testing, and deploying, eliminates manual release steps, and includes quality, security, and compliance stages, while also being easy to scale with GitLab Runners, leading to faster feedback loops, fewer human errors, and consistent deployments.

The second feature I would mention is merge requests, which combine collaboration, review, and automation in one place. This impacts better code quality, cleaner history, and structured team collaboration. The third point is built-in security scanning, as GitLab offers automatic scanning integrated into pipelines including SAST, DAST, and dependency scanning, making security a part of our CI/CD pipeline rather than an afterthought.

Lastly, pipeline visualization and insights help us understand delays or failures with graphical pipeline views, job logs, and metrics such as pipeline duration and failure rates.

What needs improvement?

A pain point I have encountered with GitLab is that large GitLab-ci.yml files become hard to read and maintain. YAML syntax is strict, and errors are easy to make, while debugging pipeline logic can sometimes take time, leading to slower iteration when the pipeline grows complex. I propose an improvement idea of better visual pipeline editors and stronger validations and linting before a commit.

Regarding runner management and scaling, managing self-hosted runners requires effort and scaling runners during peak usage can be challenging, which leads to pipeline delays during high load. An expected improvement here is smarter auto-scaling by default, along with better runner health visibility and alerts.

Concerning security features, advanced security scans are locked behind paid tiers, limiting coverage for smaller teams unless the budget allows. I suggest introducing more basic security features in the free tier and clearer guidance on prioritizing vulnerabilities.

Another area for improvement is UI performance and navigation. Finding older pipelines or logs or settings sometimes takes extra clicks, leading to small but noticeable productivity loss. An improvement would be a faster UI for large repositories and enhanced global search and filtering.

For how long have I used the solution?

I started my journey in 2021, and since my first organization, I have been working in my current field as a Site Reliability Engineer for nearly five years.

What do I think about the stability of the solution?

GitLab is pretty stable in my experience. I have not experienced any downtime or reliability issues so far.

What do I think about the scalability of the solution?

GitLab's scalability is really great, and it handles growth in users, projects, or workloads effectively, helping us in every aspect.

How are customer service and support?

I have not interacted with GitLab's customer support because I have not faced downtime or any significant issues while using GitLab. Therefore, my experience is great since I have not encountered any issues requiring support.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I have not used any other solution before GitLab, as I started using GitLab right from the beginning of my career in IT.

How was the initial setup?

My experience with GitLab's pricing, setup cost, and licensing is very positive. GitLab follows a tier-based licensing model that includes free, premium, and ultimate options. I have experience with the free tier and later evaluated the paid tiers mainly for advanced security, compliance, and governance features. I found pricing reasonable for the value, especially when compared to buying separate tools for CI/CD, security, and repo management.

What about the implementation team?

I can share concrete ROI metrics and examples that focus on time saved, costs avoided, and risks reduced. For instance, with deployment automation, before GitLab, it took two engineers one to two hours per deployment, but after implementing GitLab CI/CD, it only needs one engineer and takes 10 to 15 minutes, resulting in a 70 to 85% reduction in deployment effort and saving dozens of engineering hours per month. Additionally, we see cost avoidance from reduced production incidents, so automated tests, approvals, and pipelines minimize human error, showing a 30 to 40% reduction in deployment-related incidents, which results in less downtime and fewer after-hours escalations.

What was our ROI?

After adopting GitLab, I can share some measurable outcomes. Before GitLab, deployment time took one to two hours for manual steps and coordination, and now it is down to 10 to 15 minutes, reflecting a 75 to 85% reduction in deployment time. Regarding release frequency, previously we had one to two releases per week, but now we achieve daily or on-demand releases, resulting in a three to five-fold increase in release frequency. In terms of production incidents, we faced frequent post-deployment issues before GitLab, but we now see a noticeable drop due to automated tests and approvals, with a 30 to 40% reduction in deployment-related incidents.

What's my experience with pricing, setup cost, and licensing?

The setup cost was moderate and not very high. For GitLab SaaS, the initial setup cost was minimal, while self-managed GitLab involved infrastructure, VM storage backups, runner configuration, and integrations, which I also found moderate.

Which other solutions did I evaluate?

Before choosing GitLab, I did evaluate other options, specifically Bitbucket in combination with Jenkins. We started exploring Bitbucket, but after weighing the pros and cons, I decided to move to GitLab.

What other advice do I have?

I would advise others looking into using GitLab to definitely go for it because it has really good features. Start simple, then scale by not building complex pipelines from day one; instead, begin with basic build, test, and deploy stages, adding security scans, approvals, and optimizations gradually. This keeps pipelines readable and reduces early frustrations.

Use reusable CI/CD templates to create organization-wide pipeline standards, which improves consistency, decreases duplication, and speeds up onboarding. Additionally, invest early in a runner strategy to decide between SaaS runners and self-hosted runners, planning for auto-scaling and isolation to prevent runner bottlenecks. Finally, monitor and optimize pipelines by tracking duration and failure rates, removing slow or flaky jobs to ensure fast feedback that keeps developers engaged and productive.

The reviews I provided are genuinely positive because I find GitLab to be an excellent product for us in IT. Honestly, there are other products in the market that serve as alternatives to GitLab, but I cannot envision working in IT, especially in servers, deployment, or CI/CD, without GitLab. I am a huge fan of GitLab, and my experience working with it has been wonderful; it has greatly aided our teams by reducing human errors and the number of personnel required. My overall review rating for GitLab is 9 out of 10.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Sriya Sainath

Project management integration and development simplicity drive efficiency

  • June 23, 2025
  • Review from a verified AWS customer

What is our primary use case?

My most common use cases for GitLab are development and managing repositories, primarily focused on code development work.

What is most valuable?

The features that are really useful for my use case generally include pulling, merging, and ensuring the pipeline is upright, which are very intuitive.

It helped me personally and my team to save time and money.

In terms of impact from using GitLab as an all-in-one DevOps platform, it helped with my project development life cycle.

What needs improvement?

Regarding improvements, making task management is something that GitLab can potentially make easier, similar to what DevOps or Jira does.

For how long have I used the solution?

I have been working with GitLab for about two years.

What was my experience with deployment of the solution?

The deployment and initial setup were not difficult for me to complete. The pipeline management was easy.

The setup process took less than an hour.

What do I think about the stability of the solution?

In terms of project management overall, I haven't faced any issues such as downtimes or losing the repository.

How are customer service and support?

I haven't contacted technical support of GitLab.

How would you rate customer service and support?

Which other solutions did I evaluate?

When comparing GitLab with GitHub, I haven't really seen any noticeable difference.

What other advice do I have?

I have worked with Azure DevOps before and found it really intuitive to use.

I have used GitHub and GitLab as well, and I find that they've been fairly intuitive to use.

Regarding GitLab, I purchased an enterprise license, though I'm not aware whether I or my company bought this license from AWS Marketplace or elsewhere.

I'm not aware of any integration with other tools or third-party applications.

I haven't faced any difficulties with user interface or deployment.

On a scale of 1-10, I rate GitLab an 8.


    Andrew Schetinin

Development workflows improve with effective code reviews and user-friendly interface

  • May 06, 2025
  • Review provided by PeerSpot

What is our primary use case?

Our primary use case for GitLab involves software development, such as storing sources, automation, and pipelines.

What is most valuable?

The features I find most useful for our development workflows include Git, merges, branches, code reviews, and pipelines. The code review tool is pretty good, and its general usability is commendable when compared to GitHub. It is user-friendly, easy to use, and easy to administer. GitLab handles a significant amount of repositories, sources, and users effectively without data loss, even though it may slow down occasionally.

What needs improvement?

One significant feature we lack is the configuration that enforces code reviews, which simplifies the development life cycle. Unfortunately, this is available only at a higher license level than we currently use. Additionally, improvements are needed for stability, as the system tends to degrade over a few days and often requires a restart.

For how long have I used the solution?

I have been working with GitLab for approximately six years.

What do I think about the stability of the solution?

The self-hosted version of GitLab is not very stable when under load. It slows down and requires restarts every few days. The updates are frequent and demanding, happening at least once a week due to security reasons. While understandable, this often breaks running pipelines.

What do I think about the scalability of the solution?

In terms of scalability, GitLab in the cloud is easy to scale, but the self-hosted version is moderately easy, requiring some skills.

How are customer service and support?

We have contacted support in a couple of situations, and they were responsive and okay.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

We have used Subversion, GitHub, and GitLab.

How was the initial setup?

The cloud-based setup is straightforward and easy. However, self-hosted setup is complex, requiring good DevOps and significant orchestration.

What's my experience with pricing, setup cost, and licensing?

The pricing and cost are on par with other tools and are neither too expensive nor cheap.

Which other solutions did I evaluate?

I have evaluated Subversion, GitHub, and GitLab.

What other advice do I have?

For those wanting to use GitLab, I recommend going with the cloud version as self-hosting is problematic. I rate GitLab an eight out of ten.


    Rohit Kesharwani

Improved agility and time to market with CI/CD enhancements

  • May 05, 2025
  • Review from a verified AWS customer

What is our primary use case?

We use GitLab for deploying our applications into different environments. It serves as more of a DevOps platform.

What is most valuable?

The CI/CD pipelines in GitLab are highly valuable. Another important feature is the single source of repository, allowing efficient repository management and source code management. GitLab provides manageability by allowing us to manage source code effectively through separate repositories. Additionally, GitLab enables the creation of individual CI/CD pipelines for each repository, making software more agile. By integrating GitLab as a DevOps platform, we have enhanced agility, improved our time to market, and different teams can work collaboratively on various projects.

What needs improvement?

GitLab should embed security features when dealing with source code. It is essential to conduct proper testing, such as unit tests and code coverage, within the SDLC pipelines. Incorporating tools like JMeter or load testing into the pipelines would be beneficial.

For how long have I used the solution?

I have been working with GitLab for around four to five years.

What was my experience with deployment of the solution?

The deployment process with GitLab takes approximately half an hour to forty-five minutes, which is not very time-consuming.

What do I think about the stability of the solution?

I have no complaints regarding stability. GitLab maintains an availability of 99% plus.

What do I think about the scalability of the solution?

Currently, GitLab is not easy to scale because GitLab has specific deployment instructions. We deploy it on one of the VMs. For scaling, other deployment options from GitLab's side need to be adopted. Vertical scaling is different from horizontal scaling, and there are different types of scalability.

How are customer service and support?

GitLab's support is very helpful. They utilize a severity and priority ticket system, with corresponding SLAs, to address our inquiries efficiently. The support team is quite knowledgeable.

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

I previously used Jenkins. However, GitLab is a better tool because Jenkins requires different plugins which need to be installed and managed individually, whereas GitLab is a more complete DevOps platform, requiring minimal integration.

How was the initial setup?

GitLab is easy to set up, with guided instructions and documentation making the process straightforward. On a scale from one to ten, I would rate the ease of setup as eight.

What was our ROI?

Since adopting GitLab as a DevOps platform within the entire SDLC process, we have become more agile and improved our overall time to market.

What's my experience with pricing, setup cost, and licensing?

GitLab is somewhat expensive. The cost depends on the subscription plan adopted, such as premium or ultimate, typically charged per user.

Which other solutions did I evaluate?

Jenkins is another tool I evaluated before choosing GitLab.

What other advice do I have?

GitLab is a great tool that simplifies management and reliability. It allows the creation of individual CI/CD pipelines for different repositories, enhancing agility and helping software development teams expedite market delivery. I rate GitLab nine out of ten in overall satisfaction. My overall rating for GitLab is 9.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Raveen Aggarwal

Streamlined collaboration with room for better project planning features

  • January 03, 2025
  • Review provided by PeerSpot

What is our primary use case?

The broad use of GitLab is for code check-ins, but I also use it for issue management and backlog management. It has integration with testing tools as well, and I utilize those features. GitLab supports code collaboration alongside issue and backlog management. Everyone within my team or pod, as we call it, can see each other's issues. The scrum master can look at the velocity and the burn-down charts.

What is most valuable?

I find all the CICD pipelines valuable, along with the simplicity it offers developers. When comparing it, certain features available in Jira are not present. Specifically, the ability to have weights at the milestone and epic levels does not exist. However, the security features are good and restrictive.

What needs improvement?

Certain features in Jira are not available in GitLab, such as the functionality to have weights at the milestone and epic levels. Hopefully, these features will be resolved with work items in GitLab. Also, if the child items are open in GitLab, closing the parent should not be allowed. While GitLab is a great tool for developers, it lacks project planner features. Roadmaps and Gantt charts in GitLab are not as advanced as in Jira, and changing start and end dates is more laborious in GitLab. Bridging the gap for project planners would make GitLab a more complete tool.

For how long have I used the solution?

I have been using it for about a year.

What do I think about the stability of the solution?

I have not really encountered stability issues. I would rate it probably an eight.

What do I think about the scalability of the solution?

I would say the solution is easy to scale.

How are customer service and support?

I do not have direct contact with customer service. We have relationship managers who deal with GitLab directly.

How would you rate customer service and support?

Neutral

How was the initial setup?

The initial setup was relatively easy.

Which other solutions did I evaluate?

In my company, the number of users is around ten thousand. If we are talking about my project, the figure is probably more around the three hundred mark, but it will grow to about six hundred users. In my company, that figure would be anything between five and ten thousand people.

What other advice do I have?

I would rate it an eight out of ten. Also, maybe, if GitLab is supporting any AI-driven projects or if it has any automation elements, it supports them. We have AI-driven projects where the code is stored in GitLab. GitLab Copilot is something we are looking to introduce soon. If you want to maintain your issues in GitLab and raise your book of work and features, then GitLab is a great tool for collaboration and integration with code deployment and CICD pipelines.


    Andrea PICCININI

Deployment time is reduced significantly with improved security features

  • December 30, 2024
  • Review provided by PeerSpot

What is our primary use case?

We use CI/CD for producing a Docker image. Afterward, we use Argo CD with Helm for deployment on OpenShift. Initially, we had the open-source version, however, we upgraded to the Ultimate version for security scanning and other features.

What is most valuable?

The CI/CD pipeline with Helm has significantly improved deployment speed and efficiency. Before using this solution, our deployments took four to five hours. Now, we can deploy applications in ten minutes. The Ultimate version offers enhanced features for security scanning through DAST and SAST analysis, which have greatly benefitted our project workflow.

What needs improvement?

The licensing model could be improved to be more accommodating in terms of user numbers and costs. This would serve more users better.

For how long have I used the solution?

I have been working with GitLab for three years.

How are customer service and support?

We use a partner, and they are very competent. We have not had the need to open a support ticket directly with GitLab.

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

Before GitLab, we used Jenkins. We used GitLab as a Git repository and Jenkins for pipelines. With Jenkins, we produce Docker images and conduct tests and compile Java projects.

What was our ROI?

We have saved time significantly, reducing deployment time from four hours to five minutes per deployment.

What's my experience with pricing, setup cost, and licensing?

The price is high, and it limits user accessibility. When we shifted from the open-source to the Ultimate version, we had to reduce the number of users due to the licensing model.

Which other solutions did I evaluate?

We did not evaluate other options as we are currently satisfied with GitLab.

What other advice do I have?

I recommend GitLab for security features and rate it eight out of ten.

However, the licensing model could be more flexible to accommodate a broader user base. I especially recommend it for public companies and government-related entities.


    reviewer2603940

Streamline building and deployment processes with user-friendly integration

  • December 16, 2024
  • Review provided by PeerSpot

What is our primary use case?

I am using GitLab primarily as a code repository and for CI/CD tools and deployments.

What is most valuable?

The feature I appreciate the most about GitLab is its ease of use and compatibility, which allows for straightforward building and deployment processes.

Continuous integration with deployment is very powerful, which is a significant reason for migrating from TFS to GitLab. Its documentation is extensive, and YAML files are user-friendly, making the deployment process more or less straightforward.

What needs improvement?

There are missing search features, particularly when searching repositories or applying filters. Additionally, I have encountered issues with the deployment of CI/CD pipelines, especially dealing with variable environments.

Creating a YAML file with numerous variables can be challenging without a way to separate them by different environments. It would be beneficial to have a user-friendly interface for setting up these configurations, instead of just writing YAML files.

For how long have I used the solution?

I have been working with GitLab for a little over a year as I transition from TFS.

What do I think about the stability of the solution?

The stability of GitLab is impressive. Everything, including runners, functions smoothly without any issues.

How are customer service and support?

Technical support from GitLab has been satisfactory. I have had meetings where they taught me, explained things, and provided guidance for starting from scratch. Overall, my experience has been pretty good.

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

I am transitioning from TFS to GitLab, mainly due to the powerful continuous integration capabilities of GitLab.

What about the implementation team?

Currently, I have two developers partially dedicated to creating the CI/CDs, Firebend, and repositories.

What was our ROI?

Migrating to GitLab is bringing time-saving benefits, and everything is easier to automate. This transition is crucial for us.

What's my experience with pricing, setup cost, and licensing?

The pricing of GitLab is reasonable, aligning with what I consider to be average compared to competitors.

Which other solutions did I evaluate?

I am migrating from TFS to GitLab.

What other advice do I have?

I would appreciate some AI-driven helpers, similar to Visual Studio's Copilot, integrated into GitLab. This could enhance the user experience by providing assistance during configuration. I rate GitLab a nine out of ten points.


    Mikhael Ibrahim

Seamless integration and automation accelerate time to market

  • December 03, 2024
  • Review provided by PeerSpot

What is our primary use case?

Mainly, we use GitLab as a source control repository, and I use GitLab CI for the CI/CD pipeline.

What is most valuable?

GitLab's source control is excellent. Having the source control and pipeline in the same platform makes integration seamless. It is already integrated, with no need to configure any webhooks or other settings.

Implementing CI/CD with GitLab has accelerated the time to market significantly. As we implement automated testing and DevSecOps, it speeds up the process by forty to sixty percent.

What needs improvement?

GitLab should enhance its GitOps capability as they are currently using FluxCD, however, Argo CD is better and offers more features. GitLab should work on improving their user interface for GitOps as it is lagging behind.

For how long have I used the solution?

I have been working with GitLab for more than three years now.

What do I think about the stability of the solution?

GitLab is very stable with no issues in performance or availability.

What do I think about the scalability of the solution?

GitLab is highly scalable, but in our current architecture using Docker containers, it isn't. That is why we're transitioning to OpenShift for future scalability with increased user numbers.

How are customer service and support?

I have interacted with architects for some advice during the implementation, and they were prompt in their response. However, I have not had to open any support tickets yet.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I have worked with several CI/CD tools, including Jenkins, Azure DevOps, Tekton, and Jenkins. GitLab CI is more powerful than Jenkins and Azure DevOps and comparable to Tekton.

How was the initial setup?

The initial setup of GitLab was straightforward. We have it installed as a Linux package and as a Docker container, which took very little time.

Which other solutions did I evaluate?

I have used Tekton before, the vanilla version on Kubernetes and Red Hat's version of the pipeline.

What other advice do I have?

Overall, I recommend GitLab to other DevOps teams due to its powerful CI capabilities and having most tools you need on the same platform. It enables seamless integration and automation. I rate GitLab nine out of ten.


    SwapnilBorude

Robust software development tool with excellent new features and good support

  • October 25, 2024
  • Review provided by PeerSpot

What is our primary use case?

GitLab is predominantly used for software development and practicing DevOps. GitLab CI/CD is one of the best features, and the solution is used primarily for software development.

What is most valuable?

GitLab is robust software and easy to use. There is excellent documentation available on their site but it can be overwhelming for early learners.

They incorporate new features every September, and they have introduced their own code editor and AI features.

What needs improvement?

The pricing has been substantially increased, which is a major concern. While GitLab has a lot of documentation, the complexity and volume can be overwhelming, especially for new learners. Structuring the documentation more effectively could help alleviate this issue.

For how long have I used the solution?

GitLab was resold for approximately two years.

What do I think about the stability of the solution?

The solution is stable, and there have been no noted glitches or latency issues.

What do I think about the scalability of the solution?

The solution is easy to scale.

How are customer service and support?

Customer service and support are good.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

Previously we worked as resellers of other IT software like Snyk and Aqua Cloud Security.

How was the initial setup?

The initial setup is medium in terms of difficulty. It's neither too easy nor too difficult.

What's my experience with pricing, setup cost, and licensing?

Pricing is relatively expensive.

Which other solutions did I evaluate?

Previously explored solutions like Snyk and Aqua Cloud Security.

What other advice do I have?

GitLab is a very good solution.

I'd rate the solution nine out of ten.


    Premkumar Kadam

Used for CI/CD, integration, and deployment

  • July 16, 2024
  • Review provided by PeerSpot

What is most valuable?

We use GitLab in the new project for CI/CD, integration, and deployment.

What needs improvement?

You need to have a good knowledge of the product in order to use it.

For how long have I used the solution?

I have been using GitLab for six months.

What do I think about the stability of the solution?

GitLab is a stable solution, and we haven’t faced any bugs.

What do I think about the scalability of the solution?

Around 40 people are using the solution in our organization.

Which solution did I use previously and why did I switch?

We previously used SVN and Jenkins. We switched to GitLab because it is an advanced tool with many new features.

How was the initial setup?

The solution's initial setup is easy if you follow the official document.

What's my experience with pricing, setup cost, and licensing?

We are using the free version of GitLab.

What other advice do I have?

I am working with the latest version of GitLab. I would recommend the solution to other users based on their requirements. It is easy to learn to use GitLab if you understand Git commands.

Overall, I rate the solution a nine out of ten.