corrected entrypoint

This commit is contained in:
Andreas Balogh
2021-02-11 18:42:34 +01:00
parent 7f7458f7d8
commit 007d7abceb

View File

@@ -45,7 +45,7 @@ unit_test:
alias: webui alias: webui
image: image:
name: $CI_REGISTRY_IMAGE/webui:$CI_COMMIT_REF_SLUG name: $CI_REGISTRY_IMAGE/webui:$CI_COMMIT_REF_SLUG
entrypoint: ["tester.sh"] entrypoint: ["/tester.sh"]
tags: tags:
- docker - docker
- ubuntu - ubuntu
@@ -53,5 +53,4 @@ unit_test:
paths: paths:
- var/ - var/
script: script:
- mkdir var - echo "Script stage"
- wget webui:5000 -o var/index.html