Piwik url with protocol in config value
Created by: isserrano
When having a full url with the protocol in the gitlab.yml file the javascript injected won't work.
This fix will make the config file values be like:
piwik_url: "https://piwiklocation.com/piwik" piwik_site_id: "7"