Skip to content

Commit 01525f0

Browse files
committed
fix image
1 parent 483e8df commit 01525f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ setup_tests:
1818

1919
ui:
2020
stage: run_tests
21+
image: mcr.microsoft.com/playwright/python:v1.38.0-jammy
2122
needs: [ "setup_tests" ]
2223
script:
2324
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
2425

2526
api:
2627
stage: run_tests
28+
image: mcr.microsoft.com/playwright/python:v1.38.0-jammy
2729
needs: [ "setup_tests" ]
2830
script:
2931
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m api -v

0 commit comments

Comments
 (0)