From 8cf1dd38f7846cab8f5ecea84fd81b7d6dcc7112 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Wed, 23 Oct 2024 01:09:14 +0200 Subject: [PATCH] chore(ci): update to new k6 docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8916e22..e784ecf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ variables: script: - API_DOMAIN=$(cat $API_DOMAIN_PATH) - terraform/environments/scripts/wait-for-ssl.sh "https://${API_DOMAIN}" - - BASE_URL="https://${API_DOMAIN}/graphql" /tmp/k6 run smoketest/main.js + - BASE_URL="https://${API_DOMAIN}/graphql" k6 run smoketest/main.js # TODO should/could we roll back the service to the last working revision on test failure? # end job templates -- GitLab