diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 370a856..31b687a 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -5,6 +5,7 @@ pipeline { stage('Clone repository') { steps { sh 'git clone https://git.wmi.amu.edu.pl/s452662/ium_452662' + sh 'cd ium_452662' } }