The pipelines

Previously, you need to have GitLab Runner installed

You're going to Settings > CI / CD on your Gitlab project’s, expanding the Runners section, and clicking Show runner installation instructions

Make a .gitlab-ci.yml config file.

En la pagina de configuración de CI-CD de nuestro proyecto podemos indicar donde se encuentra el archivo de configuración. keyword reference
Basic config

Other config

Build and deploy to PRE and PRO

Variables

Variables in GitLab-CI, in the project, local and global.

Environment variables defined by us, in the configuration file, in the project or on the same machine.

Variable predefined (on GitLab runner) link doc

Variables && Rules

Extend config and Before script

Beware of the rules and only

Show coverage on pipeline

Cache

Cache docs

Artifacts

Cache y Artifacts

The end