From 0da749d0f1d7cf94364b6b5d39cef4e83ee11de5 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 2 Jan 2018 16:19:56 +0100 Subject: [docs] add parameters for gitlab-runner --- docs/hacking/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3