From 5f50c568edf9de757601e4a10b93e768d6dbf7f4 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 11 Feb 2020 20:01:17 +0100 Subject: [PATCH] Debug --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86ff899..b88f030 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ cache: paths: - node_modules/ -install_dependencies: +install: stage: build script: - yarn install @@ -35,3 +35,6 @@ testing: stage: test script: - yarn test --ci --collectCoverage=true + artifacts: + reports: + junit: junit.xml