update .gitlab-ci.yml

merge-requests/341/head
Thomas Lynch 2 years ago
parent 3e5648bfa5
commit 43b2c599f2
  1. 2
      .gitlab-ci.yml

@ -29,7 +29,7 @@ unit-tests:
- 'npm install'
- 'npm install jest -g'
- 'cp configs/secrets.js.example configs/secrets.js'
- 'jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/'
- 'jest --ci --verbose --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/ --collectCoverage --coverageReporters text --coverageReporters cobertura'
artifacts:
when: always
reports:

Loading…
Cancel
Save