Add grub to CI package list
grub is a requirement of mkarchiso, but .gitlab-ci.yml
's PACKAGE_LIST
doesn't list it.
Currently everything works because the CI uses the official ISO and it ships with grub installed. The CI should not depend on this coincidence and the grub package should be explicitly listed in PACKAGE_LIST
.