diff --git a/Jenkinsfile b/Jenkinsfile index 06af0ac..ff4557a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,10 +60,8 @@ pipeline { stage('Run command in container') { steps { script { - // Uruchamia instancje obrazu ium - sh 'docker run -it ium' - // Uruchomienie skryptu w kontenerze - sh 'python3 /app/s487175-create-dataset-script.py >> output.txt' + // Uruchamia instancje obrazu ium i uruchomienie skryptu w kontenerze + sh 'docker run ium python3 /app/s487175-create-dataset-script.py >> output.txt' } } }