fix: ci mix image
This commit is contained in:
parent
ff4b3002f8
commit
cc6ce71a57
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@ depends_on:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: miniauth
|
- name: miniauth
|
||||||
image: rg.fr-par.scw.cloud/namespace-miniauth/miniauth
|
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
|
image: mcr.microsoft.com/playwright:v1.51.0-noble
|
||||||
commands:
|
commands:
|
||||||
- npx playwright test
|
- npx playwright test
|
||||||
|
|
|
||||||
Reference in a new issue