@@ -18,3 +18,7 @@ To make it work, you have to cerate a project access token and declare a CI/CD v
3. In `Settings - CI/CD - Variables` create a new variable with `Key` set to `PROJECT_TOKEN` and `Value` equal to the copied token.
To shedule the job you just have to go to `CI/CD - Schedule` and create a new one monthly for example on the branch you want to use (main in our example).
## Docker in docker possibility
Another version of this project using docker in docker can be found [here](https://gitlab.inria.fr/gitlabci_gallery/docker/statistics).