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.


    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?


    R Pranavan

Supports daily deployments with streamlined workflows and could improve pipeline startup time

  • November 25, 2025
  • Review from a verified AWS customer

What is our primary use case?

GitLab serves as my main DevOps platform for managing our repository and code base, as well as for pipeline integration of our system.

We maintain all our projects in GitLab with separate folders for project files, and we use GitLab to manage our projects. We also use GitLab pipeline to deploy in our dev environment, QA environment, and production, as well as for creating patches.

How has it helped my organization?

GitLab has positively impacted my organization by being faster than other platforms and providing the best user interface and features. Creating merge requests is easy, and it makes it simple to use for new joiners.

What is most valuable?

GitLab's best features are its built-in CI/CD and pipeline integration, which can be easily connected to AWS or other deployment platforms. The CI/CD pipeline integration is the most valuable aspect for me, and it also provides an easy user interface to create merge requests, merge, and create branches.

The CI/CD pipeline integration has helped my workflow by allowing us to use the .gitlab-ci.yml file to integrate and write our pipeline codes, where we include build jobs, test jobs, and deploy jobs directly with our AWS for S3 using CI/CD variables for push.

In GitLab pipelines, both manual and automatic integration are offered for the pipeline runner, and pipeline logs are provided, which are very useful for DevOps engineers and developers for debugging.

What needs improvement?

GitLab can be improved by being more responsive in the UI and offering better pricing for premium features, which would be useful for small startups. While GitLab's CI/CD is powerful, it is somewhat complex in certain aspects.

It would be better if the GitLab and Jira integration were more flexible and easier to integrate with Jira for task management in the future.

For how long have I used the solution?

Since I joined my company, we have been using GitLab for our repo maintenance, so I have been using it for more than two years.

What do I think about the stability of the solution?

In my experience, GitLab is stable; however, sometimes it takes much time to start the runner and gets stuck in a pending situation, possibly due to traffic issues.

What do I think about the scalability of the solution?

GitLab handles growing workloads and users well, and its scalability is good, but the downtime issue is a concern because it sometimes takes too long to start the runner.

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

Earlier, I did my personal projects using GitHub before I joined my current organization, which uses GitLab, and that is the reason for switching. I personally prefer GitLab over GitHub because it is user-friendly and easy to work with.

My current organization started with GitLab.

What other advice do I have?

I would advise others looking into using GitLab that it is a perfect platform for organization-level repository management and pipeline CI/CD features are very useful and easy to use.

I have shared everything I feel and noted the pros and cons of GitLab as a user. Overall, I rate GitLab positively, giving it a seven out of ten because I have been using GitLab for more than two and a half years and have not faced many difficulties. However, in some cases, I got stuck with runners getting delayed to run, which can be annoying.

Which deployment model are you using for this solution?

Private Cloud

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

Amazon Web Services (AWS)


    AvdheshSharma

Basic features work well but improvements in efficiency and security are needed

  • August 29, 2025
  • Review from a verified AWS customer

What is our primary use case?

To store the data.

What is most valuable?

Git merging allows us to track the details of how and who has done what. This is the best feature which is useful for all companies.

As we are using it in Kubernetes clusters, we don't have any issues.

What needs improvement?

GitLab needs to improve the CI/CD functionality because it is not compatible with Jenkins and other tools, as it is not that efficient. Security-wise, we have security features enabled in GitLab for code vulnerability and other aspects, but it is not up to market standards.

For how long have I used the solution?

Approximately four to five years.

What do I think about the stability of the solution?

Recently we had an issue where an employee left the company and their commits were erased. We raised a request with GitLab support, but they were unable to help because they could not find the root cause of what went wrong. We restored the data from previous backups.

What do I think about the scalability of the solution?

GitLab is suitable for small and mid-size organizations, but not for enterprise use.

How are customer service and support?

We raised a request with GitLab support when an employee's commits were erased, but they were unable to help because they could not find the root cause of what went wrong.

How would you rate customer service and support?

Positive

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

I worked with GitLab Enterprise at a previous company. GitLab Enterprise is far better than the free version. For enterprise-level customers, we can recommend GitLab Enterprise. Regarding competitors, we have explored GitHub, Bitbucket, and CircleCI. However, GitLab Enterprise has more features than any of these tools.

What about the implementation team?

I am working with Kyndryl, which is part of IBM. They have their own decision-making team who manages these aspects.

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

We are currently using general GitLab, not GitLab Premium.

Which other solutions did I evaluate?

We are using Jira and Confluence, but not Bitbucket.

What other advice do I have?

We are currently using GitLab integrated with Sonar for code vulnerability checks, Jenkins, Camunda, and XL Deploy. We use Camunda to deploy folders and XL Deploy for server deployment.

We are not using the security features on the GitLab side, as we use different tools for that purpose. My team is not using the GitLab merge request process, but we work on providing GitLab access for admin activities, as developers are in different teams handling development and merge requests.

We are using basic features currently, so I cannot comment on detailed functionality comparisons. Every versioning control tool provides similar basic features, and we are not utilizing the full functionality of GitLab.

The system is easy to use.

On a scale of 1-10, this solution rates a 7.


    Mehmet Beyaz

Efficient version tracking saves time and money while leaving room for potential improvements

  • July 18, 2025
  • Review from a verified AWS customer

What is our primary use case?

We are not using the community version of GitLab, but we are using it for ticketing and publishing the tool versioning.

What is most valuable?

The best features of GitLab are versioning and keeping track of the versions.

GitLab helps me save time and provide financial benefits, as keeping track of the updated version and the changes is money and time-saving.

GitLab has CI/CD pipeline capabilities.

What needs improvement?


For how long have I used the solution?

I have been working with GitLab for probably six to seven years.

What do I think about the stability of the solution?

I am satisfied with GitLab's security, and we have not experienced any problems so far.

What do I think about the scalability of the solution?

Regarding scalability, I did not face any issues with GitLab supporting my projects.

How are customer service and support?

I have not contacted GitLab's technical support.

How would you rate customer service and support?

Neutral

What was our ROI?

I have seen benefits from using GitLab, since my directors and the team are using it, they must be happy with it.

What other advice do I have?

I rate GitLab seven out of ten because nothing is perfect. I think we have to finish the conversation. I have told you what I could tell you.


    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.