Merge "Chore: Turn on SBOM for OPTF"
[ci-management.git] / jjb / integration / integration-macros.yaml
index 71cbbfa..920d5ed 100644 (file)
 - builder:
     name: integration-run-test
     builders:
-      - shell: "${WORKSPACE}/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}"
+      - shell: |
+          git clone https://gerrit.onap.org/r/ci-management /tmp/ci-management
+          cp /tmp/ci-management/jjb/integration/*csit.sh ${WORKSPACE}
+          ${WORKSPACE}/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}
 
 - builder:
     name: integration-run-project-test