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