## Context Currently, the CI run all jobs for all PR. Sometimes only front or back files are changed, so we do not have to run the full CI suite. GitLab CI allows doing this with the [`rules:changes`](https://docs.gitlab.com/ee/ci/yaml/#ruleschanges) keyword.