summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-12-02 12:44:21 +0300
committerAndrew Dolgov <[email protected]>2023-12-02 12:44:21 +0300
commitdbb6e7291ebb8c09dc0460b7b45098bf112d1494 (patch)
treebf929d8044d7688d1c186eaa790bdb4d4b29219a /.gitlab-ci.yml
parenteac9e7c1031c416b04536c686bc83a1699ee4911 (diff)
enable unit test results for selenium
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a04b394f..8ab1a4991 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,6 +95,10 @@ selenium:
- python3 tests/integration/selenium_test.py
needs:
- job: phpunit-integration
+ artifacts:
+ when: always
+ reports:
+ junit: selenium-report.xml
ttrss-web-nginx:publish:
stage: publish