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/