Skip to content

Commit d8a77c9

Browse files
committed
Fix internal links
1 parent 32fa66a commit d8a77c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/automation/gitlab/gitlab_docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To run a CI/CD pipeline, a `gitlab-runner` Docker container runs continuously on
5959

6060

6161
## Prerequisites
62-
**Server:** This guide assumes you have access to a server to host the GitLab Runner. You can request a server from TU Delft ICT Services by following the instructions [here](../../../infrastructure/VPS_request.md). It is useful to set this up on a server so that Docker can be running continuously, and be ready to run CI/CD tests whenever a new commit occurs in the repository.
62+
**Server:** This guide assumes you have access to a server to host the GitLab Runner. You can request a server from TU Delft ICT Services by following the instructions [here](../../../infrastructure/vps_request.md). It is useful to set this up on a server so that Docker can be running continuously, and be ready to run CI/CD tests whenever a new commit occurs in the repository.
6363

6464
**Docker:** A Docker container is used to run the GitLab Runner and initialize the CI/CD pipeline.
6565

@@ -87,7 +87,7 @@ To run a CI/CD pipeline, a `gitlab-runner` Docker container runs continuously on
8787
10. Test the CI/CD pipeline
8888

8989
### Step 1. Request server running Ubuntu
90-
If you don't have a VPS already, you can request one from TU Delft ICT. Instructions for requesting a server and storage are available [here](../../../infrastructure/VPS_request.md).
90+
If you don't have a VPS already, you can request one from TU Delft ICT. Instructions for requesting a server and storage are available [here](../../../infrastructure/vps_request.md).
9191

9292
Recommended Configuration for a GitLab Runner:
9393

0 commit comments

Comments
 (0)