I was trying to get an MR merged into a project, and I was banging my head against the wall because the CI tests was failing while it was working entirely fine on my computer.
I eventually figured out the reason was that my computer had a needed font installed, but CI didn't. Adding a QFontDatabase::addApplicationFont made it work.
Urgh.

