changed entrypoints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user