Clean up old docker-shared.yml before running tests

This commit is contained in:
James Allen 2017-12-01 09:31:22 +00:00
parent fa2a3574db
commit 65e44d4770

View file

@ -111,7 +111,7 @@ pipeline {
stage('Unit Tests') {
steps {
sh 'make install'
sh 'make clean install'
sh 'make test_unit MOCHA_ARGS="--reporter=tap"'
}
}