From 47b48ae86c11af2beff1dacfc59526d72faaf6c5 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sun, 10 Apr 2022 10:05:40 +0200 Subject: [PATCH] [IMP] doc --- DEVELOP.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/DEVELOP.md b/DEVELOP.md index efdb317..2fef017 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -56,4 +56,24 @@ tox Note : you should have all the python versions available in your local system. -# Structure of the project +## Via Gitlab Runner locally + + +``` +pipx install gitlabci-local +curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_amd64.rpm" +sudo dpkg -i gitlab-runner_amd64.deb + +# add gitlab-runner user to docker group +sudo usermod -a -G docker gitlab-runner +``` + +# Réferences + +- how to install gitlab runner locally: + +https://docs.gitlab.com/runner/install/linux-manually.html + +- Check your CI locally. (French) + +https://blog.stephane-robert.info/post/gitlab-valider-ci-yml/