Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokhilenko committed Jun 22, 2024
1 parent 90d792c commit ef17d42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ setup_and_run_tests:
- python test_dotenv.py
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
artifacts:
paths:
- reports
when: always

pages:
stage: pages
Expand Down

0 comments on commit ef17d42

Please sign in to comment.