diff options
author | Kali Kaneko <kali@leap.se> | 2017-12-22 18:25:17 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-12-22 18:25:17 +0100 |
commit | fabead6e5956b1a78a1e7b8346eb355e9e7330c1 (patch) | |
tree | 6ae231e0be7d324af37ea4b4554b51576eb8a6ec | |
parent | 89c45faec3db095f2f0e2adb6da133106e9e4f14 (diff) |
[docs] add command to run tests with gitlab-runner
-rw-r--r-- | docs/hacking/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index e651eb8a..ae79aa6e 100644 --- a/docs/hacking/index.rst +++ b/docs/hacking/index.rst @@ -45,6 +45,10 @@ You probably want to add `sleep 9000` to allow debuggin on the docker container. make package_in_docker Look at the ``Makefile`` to see the command that it's actually used. + +If you want to run an specific test, you can do it like this:: + + gitlab-runner exec docker --env BITMASK_INVITE_CODE=xxx e2e_tests .. _`gitlab's repositories`: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh |