CI: Remove superfluous SKIP_TEST
SKIP_TEST is set globally to false, but set to true everywhere else overriding the global definition. Instead, change the global definition to be false and remove the individual definitions.
Signed-off-by: Andreas Gnau andreas.gnau@iopsys.eu