Loading .gitlab-ci.yml +8 −1 Original line number Diff line number Diff line stages: - build - test - deploy - performance - dast variables: TO_PACKAGE: 'appinfo l10n lib templates js img' SECURE_LOG_LEVEL: error Loading @@ -14,8 +21,8 @@ include: - template: Jobs/Test.gitlab-ci.yml - template: Jobs/Code-Intelligence.gitlab-ci.yml - template: Jobs/Browser-Performance-Testing.gitlab-ci.yml - template: Jobs/DAST.gitlab-ci.yml - template: Jobs/Secret-Detection.gitlab-ci.yml - template: Security/DAST.gitlab-ci.yml code_quality: tags: # For picking privileged infra-runners Loading Loading
.gitlab-ci.yml +8 −1 Original line number Diff line number Diff line stages: - build - test - deploy - performance - dast variables: TO_PACKAGE: 'appinfo l10n lib templates js img' SECURE_LOG_LEVEL: error Loading @@ -14,8 +21,8 @@ include: - template: Jobs/Test.gitlab-ci.yml - template: Jobs/Code-Intelligence.gitlab-ci.yml - template: Jobs/Browser-Performance-Testing.gitlab-ci.yml - template: Jobs/DAST.gitlab-ci.yml - template: Jobs/Secret-Detection.gitlab-ci.yml - template: Security/DAST.gitlab-ci.yml code_quality: tags: # For picking privileged infra-runners Loading