Skip to content

Commit b6f2930

Browse files
committed
testing dotenv in gitlabCI
1 parent a587616 commit b6f2930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test:
1111
- cp .env.example .env
1212
- python test_dotenv.py
1313
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
14-
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui
14+
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
1515
artifacts:
1616
paths:
1717
- reports

0 commit comments

Comments
 (0)