Gitlab CI: synthesis job hot fix
Created by: yanicasa
Gitlab CI yaml seems to support only integer and string types in variables keys. So when we want to define float variables we have to set them as string with quotes.
Synthesis scripts don't work properly with theses quote. This PR fix it. @JeanRochCoulon