From 233af49178d669c9a27f45a8b11293767df625e1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 12 2018 18:37:41 +0000 Subject: Fix calling the run_ci_tests.sh Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index c973f78..ab00202 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -43,7 +43,7 @@ node('pagure') { stage('Run Test Suite') { timeout(time: 6, unit: 'HOURS') { - onmyduffynode 'cd pagure && sh ./pagure/run_ci_tests.sh' + onmyduffynode 'cd pagure && sh ./run_ci_tests.sh' } }