Skip to content

ci/gfxinfo: check that the package works even without internet access

Martin Roukala requested to merge gfxinfo_pip_install_fix into master

This has bitten us in the past, so let's prevent future regressions by enforcing it in CI.

Since after_scripts can't fail jobs[1], we had to duplicate the scripts ection... Fortunately, we can reference the original script rather than hardcoding it!

[1] https://gitlab.com/gitlab-org/gitlab/-/issues/21008

Edited by Martin Roukala

Merge request reports