update jenkins task

This commit is contained in:
Henry Oswald 2018-03-05 15:40:33 +00:00
parent cf8d5cdd41
commit dbb5cb5e44

View file

@ -23,7 +23,7 @@ pipeline {
stage('Acceptance Tests') {
steps {
sh 'DOCKER_COMPOSE_FLAGS="-f docker-compose.ci.yml" test_acceptance'
sh 'DOCKER_COMPOSE_FLAGS="-f docker-compose.ci.yml" up --build test_acceptance'
}
}