where can we see code quality on each merge request like landscape.io
This isn’t supported in GitLab itself currently (and there isn’t an intention of adding it as far as I know) but you can use CodeClimate with GitLab repositories to accomplish the same thing. I believe CodeClimate also has Ruby gems that allow you to determine code quality in a CI environment (e.g. GitLab CI).