add user name to CI
before_script:
- git config --global user.email ${GITLAB_USER_LOGIN}@cern.ch
- git config --global user.name ${GITLAB_USER_LOGIN}
Edited by Alen Arias Vazquez
before_script:
- git config --global user.email ${GITLAB_USER_LOGIN}@cern.ch
- git config --global user.name ${GITLAB_USER_LOGIN}