From 6ccd180c85b7311a1162078ab511ad0e3b2a52e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Th=C3=B6nes?= Date: Tue, 23 Jul 2019 14:56:13 +0200 Subject: [PATCH] Add artifacts to test stage (#279) This allows for better analysis should the cypress tests fail. --- basic/.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basic/.gitlab-ci.yml b/basic/.gitlab-ci.yml index 587249ccd..289bf49b6 100644 --- a/basic/.gitlab-ci.yml +++ b/basic/.gitlab-ci.yml @@ -25,3 +25,8 @@ test: - npm run start:ci & # run Cypress test in load balancing mode, pass id to tie jobs together - npm run e2e:record + artifacts: + paths: + - cypress/videos + - cypress/screenshots + expire_in: 1 day