diff options
-rwxr-xr-x | ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh index 68ee8a0..25176df 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -317,7 +317,7 @@ beach() build "gst-devtools/validate" cd $WORKSPACE mkdir -p "validate-output" - gst-validate-launcher validate -j3 -fs -m -n --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml + gst-validate-launcher validate ges -j3 -fs -m -n --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml fi echo |