diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0053a5..ebb0144 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ playwright_tests: stage: test image: mcr.microsoft.com/playwright:v1.51.0-noble + timeout: 60 minutes cache: key: $CI_COMMIT_REF_SLUG paths: @@ -17,10 +18,12 @@ playwright_tests: else echo "Tests failed! Sending failure message..." fi + - ls -la playwright-report/ artifacts: paths: - playwright-report/ expire_in: 1 week + when: always tags: - test only: