summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-03 22:29:56 +0200
committerKali Kaneko <kali@leap.se>2017-10-03 22:29:56 +0200
commit62bcab0c17b3a09c07ee387ac59b820982d22df7 (patch)
treecb226cdaaf92057586947bddbc5a18491acccfb0
parent08775ba2c8ad9df4649f08e597d73be07f9c5a81 (diff)
[docs] add gitlab-runner link to tests section
-rw-r--r--docs/hacking/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst
index 007e87f9..f8853709 100644
--- a/docs/hacking/index.rst
+++ b/docs/hacking/index.rst
@@ -32,6 +32,16 @@ If you are developing against a non-published branch of ``leap.common`` or
This expects ``leap_common`` and ``soledad`` repos to be checked out in the
parent folder.
+Gitlab-runner
+~~~~~~~~~~~~~
+
+For debugging issues related to how tests are run by the gitlab CI, you need to install:
+
+* docker_ce from docker's repositories.
+* gitlab-runner from `gitlab's repositories`_
+
+.. _`gitlab's repositories`: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh
+
Architecture
------------