diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3010330294..ab4f5d5e91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,16 +144,16 @@ build-and-lint: - yarn lint - node scripts/check-packages.js -test-performance: - extends: - - .base-configuration - - .test-allowed-branches - interruptible: true - script: - - yarn - - yarn build:bundle - - node ./scripts/deploy/deploy.js staging pull-request pull-request - - node scripts/performance/index.js +# test-performance: +# extends: +# - .base-configuration +# - .test-allowed-branches +# interruptible: true +# script: +# - yarn +# - yarn build:bundle +# - node ./scripts/deploy/deploy.js staging pull-request pull-request +# - node scripts/performance/index.js build-bundle: extends: