test settings gitlab ci
Created by: perryfaro
The test settings for gitlab ci throws an error in gitlab ci, the error that is in the log of gitlab ci:
Started GET "/projects/2/build?token=token" for ip-adres at 2013-11-26 17:02:14 +0100
ActionController::RoutingError (No route matches [GET] "/projects/2/build"):
Gitlab ci expect a post but somehow gitlab is using get but I can't find why this is.
I am using gitlab 6.3.0. and gitlab-ci 4.0.0
I Hope someone can help me with this.