diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05bbe2f1aac65ada1584c65cfe07c969dd12c6a7..288495b78a954374ba5a757e35145ffd60bc00dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,4 @@ ctest-http: URL: https://www.incal.net/ script: - sed -e "s,@URL@,$URL,g" < test/http/config.json > config.json - - with-container -v $PWD/config.json:/etc/service-prober.json --env SERVICE_PROBER_CONFIG=/etc/service-prober.json $IMAGE_TAG ./test/test.sh + - with-container --mount=type=bind,source=$PWD/config.json,destination=/etc/service-prober.json --env=SERVICE_PROBER_CONFIG=/etc/service-prober.json $IMAGE_TAG ./test/test.sh