fix(ci): use correct docker image for frontend testing

This commit is contained in:
kolaente 2024-02-11 18:46:46 +01:00
parent 3abdf2ccdd
commit 6defc4cba2
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -353,7 +353,7 @@ trigger:
services:
- name: api
image: vikunja/api:unstable
image: vikunja/vikunja:unstable
pull: always
environment:
VIKUNJA_SERVICE_TESTINGTOKEN: averyLongSecretToSe33dtheDB
@ -1389,6 +1389,6 @@ steps:
- failure
---
kind: signature
hmac: 2c0390b42119086b3379c21743ef62e793b838506c6786d0833a9bf4dbc8891f
hmac: ecafdfbeb29047bf6c3603cc186c106550184d8bbb6befe05d359f8b5c983ae0
...