Fixes a typo in the Jenkinsfile
diff --git a/Jenkinsfile b/Jenkinsfile
index 754f214..6a47868 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,4 +38,5 @@
             archiveArtifacts artifacts: 'query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/results/**'
 			junit testResults: '**/tests/**/target/surefire-reports/*.xml'
 		}
+    }
 }