diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-03 22:29:56 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-03 22:29:56 +0200 |
commit | 62bcab0c17b3a09c07ee387ac59b820982d22df7 (patch) | |
tree | cb226cdaaf92057586947bddbc5a18491acccfb0 /docs | |
parent | 08775ba2c8ad9df4649f08e597d73be07f9c5a81 (diff) |
[docs] add gitlab-runner link to tests section
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hacking/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index 007e87f..f885370 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 ------------ |