From 615b25b37e823c4f7d287020129116c1cabbc64e Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Apr 12 2018 18:35:06 +0000 Subject: run_ci_tests from the pagure checkout Merges https://pagure.io/pagure/pull-request/3158 --- diff --git a/.cico.pipeline b/.cico.pipeline index 748a6ba..c973f78 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -43,7 +43,7 @@ node('pagure') { stage('Run Test Suite') { timeout(time: 6, unit: 'HOURS') { - onmyduffynode 'sh ./pagure/run_ci_tests.sh' + onmyduffynode 'cd pagure && sh ./pagure/run_ci_tests.sh' } }