Change docker image to richardx repository

Tento commit je obsažen v:
xiaojias 2019-03-06 11:42:04 +08:00
rodič c622ef6364
revize 697fe2d724

2
Jenkinsfile vendorováno
Zobrazit soubor

@ -14,7 +14,7 @@ pipeline {
stage('Test') {
agent {
docker {
image 'qnib/pytest'
image 'richardx/pytest'
}
}
steps {