Service config setup for a GitLab repo
The following are the details required for a service whose repository is hosted in GitLab.

Last updated
The following are the details required for a service whose repository is hosted in GitLab.
After selecting the git provider as GitLab, the following details will be required as shown in the image.

Copy the clone url of your repository to fill the details.
Suppose if the url to clone your repositpry is https://gitlab.com/ht-test/sample-banking-node.git
Base URL will be gitlab.com.
Namespace will be ht-test.
Repo Name will be sample-banking-node.
The following are the steps to create a read access token which is required for running tests on the service.
Click on your avatar and select "Preferences".
Select "Personal access token" from the left menu.
Click on "Add new token".
Provide a suitable name and expiry.
Check the "read_repository" permission and click on "Create token".
Paste the newly created access token in Repo Access Token and click on verify config.
Last updated