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