diff --git a/Jenkinsfile b/Jenkinsfile index 15fbd2d..96019dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { def customImage = docker.build("paper-cutter:${env.BUILD_ID}") customImage.inside() { dir('test') { + sh 'pwd' sh 'bash run_tests.sh' } }