Gitlab-runner doesn't run as service

I finnaly found the solution: Gitlab-runner fails all jobs when running with systemd
just comment the clear_console part from the .bash_logout


# when leaving the console clear the screen to increase privacy

#if [ "$SHLVL" = 1 ]; then
#    [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
#fi