file which contains predefined command in the `scripts` object
2. If you want the job to run scripts make sure to add them inside the `variable``NPM_SCRIPTS` and separate every command with `;`
3. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. If you want the job to run scripts make sure to add them inside the `variable``NPM_SCRIPTS` and separate every command with `;`
1. The default stage is `others`, if you want to customize this stage depending of the scripts that you run, check the [stage
customization](/use-the-hub/#use-custom-stage)
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.