From a9da708e96552181f421ea732fc9c97af46dd99a Mon Sep 17 00:00:00 2001 From: Richard North Date: Thu, 8 Feb 2018 20:56:07 +0000 Subject: [PATCH] Fix broken link Fixes #578 --- docs/ci/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/ci.md b/docs/ci/ci.md index 1c626451a55..cdec2554637 100644 --- a/docs/ci/ci.md +++ b/docs/ci/ci.md @@ -3,7 +3,7 @@ ## GitLab -To be able to run your test container into the pipeline you need to run the job as a docker container (see [Running inside Docker](usage/inside_docker.md)), +To be able to run your test container into the pipeline you need to run the job as a docker container (see [Running inside Docker](../usage/inside_docker.md)), so you need Docker-In-Docker (docker:dind) service and mount the docker's socket. Also if you have "Permission denied" you need to run your container as root user: