Put a dot at the beginning of the name of the GitLab job to disable it

To temporarily disable a job without deleting it from the configuration file:

.hidden_job:
  script:
    - run test
start the job name with a dot (.) and it is not processed by GitLab CI/CD