# GitLab CI Samples

GitLab CI/CD configuration examples including multi-stage pipelines, caching, artifacts, and deployment strategies

> Canonical page: https://elysiatools.com/en/samples/gitlab-ci

- **Category:** CI/CD

- **Keywords:** gitlab, gitlab-ci, .gitlab-ci.yml, ci/cd, automation, deployment, build

## Overview

GitLab CI/CD configuration examples including multi-stage pipelines, caching, artifacts, and deployment strategies

## Examples

- **GitLab CI Basic Pipeline**: Simple GitLab CI pipeline with build, test, and deploy stages for a Node.js application
- **GitLab CI Monorepo Pipeline**: Advanced monorepo pipeline with path filtering, parallel jobs, and matrix strategy
- **GitLab CI Multi-Environment Pipeline**: Comprehensive multi-environment pipeline with feature flags, canary deployments, and auto-scaling

## When to use

- Use this sample set when you want reference inputs for GitLab CI Samples.
- Use it to preview output formats and compare related sample variants.

## How it works

- Open a sample entry to inspect the prepared example payload or asset.
- Compare it with related tools to understand how the workflow connects.

## Use cases

- GitLab CI Basic Pipeline
- GitLab CI Monorepo Pipeline
- GitLab CI Multi-Environment Pipeline

## Frequently asked questions

### What is included in GitLab CI Samples?

This page includes curated sample entries, related tools, and neighboring sample collections for GitLab CI Samples.

## Related tools

- [HCL-YAML Converter](https://elysiatools.com/en/tools/hcl-yaml-converter): Convert between HashiCorp Configuration Language (HCL) and YAML formats for Terraform configurations
- [TOML-YAML Converter](https://elysiatools.com/en/tools/toml-yaml-converter): Convert between TOML and YAML formats with support for complex data structures and configuration files
- [YAML Formatter](https://elysiatools.com/en/tools/yaml-formatter): Format and beautify YAML. Note: comments are lost (js-yaml limitation)
- [YAML File Merger](https://elysiatools.com/en/tools/yaml-merger): Merge multiple YAML files with various strategies (deep merge, overwrite, combine arrays, etc.)
- [Config File Semantic Diff](https://elysiatools.com/en/tools/config-file-semantic-diff): Compare JSON, YAML, TOML, and dotenv configurations by key path while ignoring ordering and formatting noise.
- [Environment Config Diff Visualizer](https://elysiatools.com/en/tools/environment-config-diff-visualizer): Compare dev, staging, and production configuration bundles across JSON, YAML, TOML, or ENV formats and highlight drift, missing keys, and cleanup suggestions
- [JSONata Query & Transform Studio](https://elysiatools.com/en/tools/jsonata-query-transform-studio): Preview JSONata-style queries and transformations, compare results across sample payloads, and export the transformed output as JSON, CSV, YAML, or Markdown
- [OpenAPI to Postman Collection](https://elysiatools.com/en/tools/openapi-to-postman-collection): Turn an OpenAPI 3.x or Swagger 2.0 spec (JSON/YAML) into an importable Postman Collection v2.1.0 with folders, variables, auth and example responses.

## Related content

- [CircleCI Configuration Samples](https://elysiatools.com/en/samples/circleci-config): CircleCI configuration examples including workflows, orbs, caching, and advanced deployment strategies
- [YAML Viewer Samples](https://elysiatools.com/en/samples/yaml-viewer-samples): Sample YAML files (app config, docker-compose, k8s) for the in-browser YAML Viewer
- [Distributed Tracing Samples](https://elysiatools.com/en/samples/distributed-tracing-samples): Comprehensive distributed tracing examples using Jaeger, OpenTelemetry, and other modern observability tools for microservices architecture
- [Grafana Advanced Application Samples](https://elysiatools.com/en/samples/grafana-samples): Comprehensive Grafana samples covering advanced dashboard design, alerting configurations, data source integrations, and plugin development
- [Docker & Kubernetes Samples](https://elysiatools.com/en/samples/docker-kubernetes): Essential container orchestration examples including Dockerfiles, Docker Compose, and Kubernetes manifests for modern application deployment
- [Kubernetes YAML Samples](https://elysiatools.com/en/samples/kubernetes-yaml): Complete Kubernetes YAML manifests for Deployment, Service, ConfigMap, Secret, Ingress and other essential resources
