refactor: update templates

This commit is contained in:
Alex Munoz 2022-06-10 17:38:10 +02:00 committed by Marcel Feix
parent a3ac878abb
commit 3e50e404ed
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03
2 changed files with 10 additions and 0 deletions

View File

@ -8,3 +8,8 @@
fi fi
script: script:
- npm run ci:e2e - npm run ci:e2e
artifacts:
expire_in: '7d'
reports:
junit:
- 'e2e-reports/**/**.xml'

View File

@ -8,3 +8,8 @@
fi fi
script: script:
- npm run ci:test - npm run ci:test
artifacts:
expire_in: '7d'
reports:
junit:
- 'test-reports/**/**.xml'