Skip to content

Commit ef17d42

Browse files
committed
update CI
1 parent 90d792c commit ef17d42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ setup_and_run_tests:
1313
- python test_dotenv.py
1414
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
1515
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
16+
artifacts:
17+
paths:
18+
- reports
19+
when: always
1620

1721
pages:
1822
stage: pages

0 commit comments

Comments
 (0)