Save E2E artifacts

This commit is contained in:
Aarni Halinen
2021-01-12 20:43:09 +02:00
parent 7513e46a68
commit 6de5b35653
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -56,6 +56,9 @@ test:e2e:
stage: test
script:
- NEXT_PUBLIC_API_URL=https://api.dev.sik.party/api npm run test:e2e
artifacts:
paths:
- tests/testcafe/screenshots
publish:dev:
stage: publish