diff --git a/Jenkinsfile b/Jenkinsfile index 62e68ba..1e9e3f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { sh ''' docker-compose up --build -d docker images - docker run --rm parse_saby + docker run --rm git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest ''' } }