1. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
customization](/use-the-hub/#jobs-customization)
1. Well done, your job is ready to work ! 😀
### Example of .gitlab-ci.yml file
If you want to [change the default stage](/use-the-hub/#change-the-default-stage-of-job), or [customize your job](/use-the-hub/#global) have a look ont the example below 👇🏽
@@ -59,7 +65,7 @@ gulp:
| Name | Description | Default |
| ---- | ----------- | ------- |
| `PROJECT_ROOT`<imgwidth=70/>| Path to the directory containing `package.json` | `.` |
| `PROJECT_ROOT`<imgwidth=105/>| Path to the directory containing `package.json` | `.` |
| `PACKAGE_MANAGER` | Package manager to install your dependencies `npm` or `yarn` | `npm` |
| `INSTALL_OPTIONS` | Additional options for the installation of `PACKAGE_MANAGER`<br/>*Ex: For npm `--save-dev`* | ` ` |
| `GULPFILE_PATH` | Path (from `PROJECT_ROOT`) to your gulpfile `gulpfile.js` or `gulpfile.ts`| ` ` |