diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c4f62fe980be9e92490513aa202de22b455a48b..9306aed7b2f2aa6d84739f8ba2d107a8030c897b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,8 +62,7 @@ frontend-test: stage: test script: - npm install - - npm test || FAILED=true - - ls -Rl target/test-results + - npm test artifacts: reports: junit: target/test-results/TESTS-results-jest.xml