chage in unit test
This commit is contained in:
parent
670f022aba
commit
20502a2142
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -186,7 +186,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Unit tests') {
|
stage('Unit tests') {
|
||||||
steps {
|
steps {
|
||||||
sh ''' source activate ${BUILD_TAG}
|
sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
||||||
python -m pytest --verbose --junit-xml results.xml
|
python -m pytest --verbose --junit-xml results.xml
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user