Skip to content

gitlab-ci: ensure buildserver env vars are always set

GitLab CI runs the Docker images in a way that makes it not a login shell. Files in /etc/profile.d are only sourced automatically in a login shell, so it needs to happen manually here.

Fixes issue spotted by @IzzySoft and @linsui introduced in !10274 (merged)

Merge request reports