wip for ci

This commit is contained in:
Henry Oswald
2018-03-05 15:29:12 +00:00
parent b202af3cf2
commit f1df41112b
5 changed files with 6 additions and 3 deletions

2
Jenkinsfile vendored
View File

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