diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-02 16:19:56 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-02 16:19:56 +0100 |
commit | 0da749d0f1d7cf94364b6b5d39cef4e83ee11de5 (patch) | |
tree | 3ac7cf8c8d5ab8380a410acb79182f3c0c9a025b /docs/hacking | |
parent | 86863b012fb1fdec16fffd2af2a205aec46b79af (diff) |
[docs] add parameters for gitlab-runner
Diffstat (limited to 'docs/hacking')
-rw-r--r-- | docs/hacking/index.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index ae79aa6e..5a725854 100644 --- a/docs/hacking/index.rst +++ b/docs/hacking/index.rst @@ -48,7 +48,10 @@ 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-runner exec docker --docker-privileged --env BITMASK_INVITE_CODE=xxx e2e_test_vpn + +If you have a bad uplink, you might want to add ``--docker-pull-policy=if-not-present`` to that invocation. + .. _`gitlab's repositories`: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh |