Replace yaml anchors by extends in gitlab-ci

Replace yaml anchors :

<< *build

by :

extends : build

Same functionality, but easier to read and maintain.

extends feature requires GitLab 12.0+

https://docs.gitlab.com/ee/ci/yaml/#extends

Edited by Vincent Texier
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information