changed entrypoints

This commit is contained in:
Andreas Balogh
2021-02-11 19:01:04 +01:00
parent 007d7abceb
commit e9cf619589
2 changed files with 4 additions and 3 deletions

View File

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