From 3944cc87d6f1de5004a015582fbb7d77c58d3c1d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 25 Nov 2023 08:12:53 +0100 Subject: [PATCH] Update tests.toml --- tests.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.toml b/tests.toml index d9ffdde..54a06e2 100644 --- a/tests.toml +++ b/tests.toml @@ -15,6 +15,6 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - args.gitlab_url="https://gitlab.com/" - args.token="GR1348941_Rew7obt4p9jZyQUtHLx" - args.docker_image="alpine:latest" \ No newline at end of file + args.gitlab_url = "https://gitlab.com/" + args.token = "GR1348941_Rew7obt4p9jZyQUtHLx" + args.docker_image = "alpine:latest" \ No newline at end of file