In order to perform tests identical in nature to the integration tests we run then simply ensure you gave gitlab-runner installed then run the following command.
```bash
gitlab-runner exec docker test
```
Keep in mind this will run the tests on your local copy of the master branch so any changes not committed locally will be missed when testing.