diff --git a/Jenkinsfile b/Jenkinsfile index 15fbd2d..95da196 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,8 @@ pipeline { def customImage = docker.build("paper-cutter:${env.BUILD_ID}") customImage.inside() { dir('test') { - sh 'bash run_tests.sh' + sh 'git clone https://git.wmi.amu.edu.pl/filipg/paper-cutter.git' + sh 'bash run_tests.sh' } } }