update jenkins task

This commit is contained in:
Henry Oswald
2018-03-05 15:40:33 +00:00
parent 177c46df98
commit 00cf5468d0

2
Jenkinsfile vendored
View File

@@ -23,7 +23,7 @@ pipeline {
stage('Acceptance Tests') { stage('Acceptance Tests') {
steps { 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'
} }
} }