corrected unit-test services

This commit is contained in:
Andreas Balogh
2021-02-11 16:46:15 +01:00
parent 04b6cb35fb
commit 1d50b86b20
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,8 @@ unit_test:
stage: test
services:
- $CI_REGISTRY_IMAGE/zeo:$CI_COMMIT_REF_SLUG
image: $CI_REGISTRY_IMAGE/webui:$CI_COMMIT_REF_SLUG
- $CI_REGISTRY_IMAGE/webui:$CI_COMMIT_REF_SLUG
image: ubuntu:20.04
tags:
- docker
- ubuntu
@@ -48,4 +49,4 @@ unit_test:
- var/
script:
- mkdir var
- wget localhost:5000 -o var/index.html
- wget webui:5000 -o var/index.html