So i currently have an issue where my Gitlab runners don't want to update their runner token.
The runner can contact the gitlab for 24h without issues (i can also run CI), tho after thoses 24h, the runners goes offline.
For context, i'm using the gitlab/gitlab-runner:latest image and i also have a Ceph volume storage (so the conf is on there).
I also checked the config.toml permissions and to test i put to 777 but still not working.
Do you guys have an idea of what can cause this ?