We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8246028 commit 368ef76Copy full SHA for 368ef76
.gitlab-ci.yml
@@ -8,9 +8,13 @@ setup_tests:
8
stage: setup_tests
9
image: mcr.microsoft.com/playwright/python:v1.38.0-jammy
10
script:
11
+ - ls
12
- pip install -r requirements.txt
13
14
- cp .env.example .env
15
16
- python test_dotenv.py
17
18
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright python -m playwright install --with-deps chromium
19
artifacts:
20
paths:
0 commit comments