gitlab-ci

Installation
SKILL.md

GitLab CI/CD

Complete CI/CD automation with GitLab pipelines, stages, and runners.

Basic Pipeline Structure

stages:
  - build
  - test
  - deploy

variables:
  NODE_VERSION: "20"
Installs
2
First Seen
Jan 26, 2026
gitlab-ci — simon-jarillo/prueba-skills