Since v4 major, it's impossible to disable test stage like in v3 or before
My gitlab.ci.yaml
gitlab.ci.yaml
include: { project: nexylan/ci, ref: v4.0.1, file: auto.gitlab-ci.yml } variables: NEXY_CI_STAGE_TEST: 0
The job test appear whereas it shouldn't according to the documentation.
I should have: