Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 1e44b60a7ea26e7d52088786350c78be011cdbf3)
+++ Jenkinsfile	(revision 84f53b4d668d16e5b9688280fb7713a7e054a566)
@@ -30,5 +30,5 @@
 			stage_name = 'Test'
 
-			dir ('src/example') {
+			dir ('src/examples') {
 				sh './runTests.sh'
 			}
@@ -44,5 +44,5 @@
 		currentBuild.result = "FAILURE"
 
-		switch(stage) {
+		switch(stage_name) {
 			case 'Test' :
 				currentBuild.result = "TEST FAILURE"
