From e72acecdbc5c0cbf732af97545a48cdf84555c41 Mon Sep 17 00:00:00 2001 From: Schpengle Date: Fri, 30 May 2025 14:29:40 +0100 Subject: [PATCH] Update README.md Also updating this link, just so that the initial documentation flows from section to section and gets rid of the broken links. --- 02. gitlab-in-docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02. gitlab-in-docker-compose/README.md b/02. gitlab-in-docker-compose/README.md index 445f85d..5ab25b3 100644 --- a/02. gitlab-in-docker-compose/README.md +++ b/02. gitlab-in-docker-compose/README.md @@ -100,4 +100,4 @@ docker compose up That was all about GitLab server in a container using docker compose. In the next part, i'll show you how to setup GitLab runner, connect it with GitLab server and register an executor to run CI/CDs jobs and pipelines -[See here](../3.%20setup-gitlab-runner-with-docker-executor/runner-instance.md) +[See here](../03.%20gitlab-runner-with-shell-executor)