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:
|
||||
- name: miniauth
|
||||
image: rg.fr-par.scw.cloud/namespace-miniauth/miniauth
|
||||
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
|
||||
ports:
|
||||
- 8080
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
|
||||
image: mcr.microsoft.com/playwright:v1.51.0-noble
|
||||
commands:
|
||||
- npx playwright test
|
||||
|
|
Loading…
Add table
Reference in a new issue