From 007d7abceb27119b8d3a2e871227acc856779058 Mon Sep 17 00:00:00 2001 From: Andreas Balogh Date: Thu, 11 Feb 2021 18:42:34 +0100 Subject: [PATCH] corrected entrypoint --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0049769..9f85ec2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ unit_test: alias: webui image: name: $CI_REGISTRY_IMAGE/webui:$CI_COMMIT_REF_SLUG - entrypoint: ["tester.sh"] + entrypoint: ["/tester.sh"] tags: - docker - ubuntu @@ -53,5 +53,4 @@ unit_test: paths: - var/ script: - - mkdir var - - wget webui:5000 -o var/index.html + - echo "Script stage"