From ad848eefc5668f819821937f5af0f8cc3fe90f3e Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 19 Mar 2024 15:21:18 +0100 Subject: [PATCH] ci: fix jobs.md link in ci readme --- docs/ci/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/index.md b/docs/ci/index.md index 2468ac7b0..aa5a42941 100644 --- a/docs/ci/index.md +++ b/docs/ci/index.md @@ -2,6 +2,6 @@ The complete test suite is running on a public [GitLab CI](https://gitlab.com/satoshilabs/trezor/trezor-firmware). We currently do not have a CI for external contributors. If needed we will repush your PR to enable the CI. -See this [list](jobs.md) of CI jobs descriptions for more info. +See this [list](/docs/ci/jobs.md) of CI jobs descriptions for more info. The CI folder contains all the .yml GitLab files that are included in the main `.gitlab.yml` to provide some basic structure. All GitLab CI Jobs run inside a docker image, which is built using the present `Dockerfile`. This image is stored in the GitLab registry.