diff --git a/Jenkinsfile b/Jenkinsfile index 164612c..598d4ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities' sh 'unzip airbnb-prices-in-european-cities.zip -d ./ium_z444510' sh 'rm airbnb-prices-in-european-cities.zip' - sh 'python ium_z444510/create-dataset.py' + sh 'python create-dataset.py' sh 'ls -a' sh 'ls -a ./ium_z444510' }