Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wizcorp/gitlab-local-run

Download the latest gitlab-runner for your platform to use within your `package.json` scripts
https://github.com/wizcorp/gitlab-local-run

gitlab

Last synced: 22 days ago
JSON representation

Download the latest gitlab-runner for your platform to use within your `package.json` scripts

Awesome Lists containing this project

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