Problem/Motivation
DrupalCI relies on commit-code-check.sh which means CI runs run nearly the same commands as DrupalCI when they commit.
Gitlab CI we have completely different configuration for lint that doesn't use the core script - these are likely to diverge over time which could eventually cause local-only or gitlab-only failures.
We should think about ways to keep parity between the two, although I don't have any ideas.