Skip to content

Commit 368ef76

Browse files
committed
debugging
1 parent 8246028 commit 368ef76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ setup_tests:
88
stage: setup_tests
99
image: mcr.microsoft.com/playwright/python:v1.38.0-jammy
1010
script:
11+
- ls
1112
- pip install -r requirements.txt
13+
- ls
1214
- cp .env.example .env
15+
- ls
1316
- python test_dotenv.py
17+
- ls
1418
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
1519
artifacts:
1620
paths:

0 commit comments

Comments
 (0)