Skip to content

Commit d51f900

Browse files
author
Pablo Joán Iglesias
committed
Updated Jenkinsfile
1 parent d3d71eb commit d51f900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ composer install'''
1818
}
1919
stage('phpunit') {
2020
steps {
21-
sh '''PATH=$PATH:/bin:/usr/local/bin:/usr/bin
21+
sh '''PATH=$PATH:/bin:/usr/local/bin:/usr/bin:/home/pabloi/.config/composer/vendor/bin/
2222
phpunit'''
2323
}
2424
}

0 commit comments

Comments
 (0)