diff --git a/Jenkinsfile b/Jenkinsfile index 47936ea2a..88b127e83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,6 @@ library("govuk") node ('mongodb-2.4') { govuk.setEnvar("PUBLISHING_E2E_TESTS_COMMAND", "test-specialist-publisher") govuk.buildProject( - beforeTest: { sh("yarn install") }, - sassLint: false, publishingE2ETests: true, brakeman: true )