# gitlab-local-run **Repository Path**: mirrors_Wizcorp/gitlab-local-run ## Basic Information - **Project Name**: gitlab-local-run - **Description**: Download the latest gitlab-runner for your platform to use within your `package.json` scripts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README gitlab-local-run ================ Usage ----- ```bash npm install --save gitlab-local-run ``` Then, in your `package.json`, you can add: ```json { "scripts": { "unit-test": "gitlab-runner exec docker unit-test" } } ``` License ------- MIT