[IMP] doc

This commit is contained in:
Sylvain LE GAL 2022-04-10 10:05:40 +02:00
parent f6ad610907
commit 47b48ae86c

View File

@ -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/