Impossible to disable Test stage since

Since v4 major, it's impossible to disable test stage like in v3 or before

My 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. image

I should have: image

Edited by Henri Devigne