if [ -z "$CI" ]; then
echo "This script should only ever be run in GitLab CI!"
exit 1
fi
apt_get="apt-get -qy $APT_GET_OPTIONS"