Running multi-stages Gitlab CI pipeline in a single pod in a Kubernetes cluster

Running multi-stages Gitlab CI pipeline in a single pod.

Hi,

Actually, I’m using a multi-stage pipelines for my Gitlab repositories, which are running in a Kubernetes cluster.

  • The default behavior: Each job runs in a separate container, and each container runs in its own pod.

  • The expected behavior: For technical reasons, I need to run all the stages for every pipeline in the same workspace, container and pod.

  • I’m using a self-managed Gitlab instance:

    • GitLab : GitLab Enterprise Edition 15.8-ee
    • Runner: 15.7.0

Best regards,