diff --git a/GitLab-CI-setup.md b/GitLab-CI-setup.md index 97a2074..fb1c5a2 100644 --- a/GitLab-CI-setup.md +++ b/GitLab-CI-setup.md @@ -6,6 +6,13 @@ The installation is fairly simple, but there are some problems that need a worka Basically, you want to follow the following instructions to set up the runner: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner#install-gitlab-runner (pick the ones for your OS). +## General information needed during setup + +Specify the following URL during runner setup: ``https://gitlab.com/ci`` + +Use the following registration token during setup: ``yWbuZXxvWK3ypissf7bL`` + + ## On Windows? There is currently an open issue for the GitLab CI runner which means that artifacts are not handled properly on Windows. The workaround for now is to use a slightly older version of it. For more details see [here](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1523).