moduleGitlabmoduleSerializemoduleCi# This serializer could make sure our YAML variables' keys and values# are always strings. This is more for legacy build data because# from now on we convert them into strings before saving to database.moduleVariablesextendselfdefload(string)returnunlessstringobject=YAML.safe_load(string,[Symbol])