# nGraph-ONNX Continuous Integration ScriptThe proper script running nGraph-ONNX tests can be found in ngraph-onnx repository:https://github.com/NervanaSystems/ngraph-onnx/tree/master/.ci/jenkins/ci.groovyJenkinsfile in this directory just downloads and runs CI stored in repository mentioned above.This is due to how Jenkins Multibranch Pipeline jobs are implemented, which don't provide an option to automatically clone different repository than the one for which the build is triggered.