Update .gitlab-ci.yml file

indiachan-spamvector
Thomas Lynch 2 years ago
parent ac5d37db5e
commit 0e962d18a4
  1. 4
      .gitlab-ci.yml

@ -5,8 +5,8 @@ javascript:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
script:
- 'npm install'
- 'jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/'
- 'npm install'
- 'jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/'
artifacts:
when: always
reports:

Loading…
Cancel
Save