Bump Gerrit/Gatling tests to v3.3.2

Change-Id: I441898d9d55d9cefcf278b55c3eb99aa51cc9e49
diff --git a/jenkins/gatlingTestPipeline.groovy b/jenkins/gatlingTestPipeline.groovy
index 89fbe53..270f934 100644
--- a/jenkins/gatlingTestPipeline.groovy
+++ b/jenkins/gatlingTestPipeline.groovy
@@ -9,8 +9,8 @@
             string(name: 'AWS_PREFIX', defaultValue:"jenkins", description: 'A string to prefix stacks and resources with')
             string(name: 'AWS_REGION', defaultValue:"us-east-1", description: 'Which region to deploy to')
 
-            string(name: 'GERRIT_VERSION', defaultValue:"3.2", description: 'The gerrit version under test')
-            string(name: 'GERRIT_PATCH', defaultValue:"3", description: 'The gerrit version patch under test')
+            string(name: 'GERRIT_VERSION', defaultValue:"3.3", description: 'The gerrit version under test')
+            string(name: 'GERRIT_PATCH', defaultValue:"2", description: 'The gerrit version patch under test')
 
             string(name: 'HOSTED_ZONE_NAME', defaultValue: "gerritforgeaws.com", description: 'Name of the hosted zone')
             string(name: 'CLUSTER_INSTANCE_TYPE', defaultValue: 'm4.xlarge', description:'The EC2 instance Type used to run the cluster')