Skip to content
Snippets Groups Projects
Commit 0a3c6154 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

chore(ci): update to new k6 docker image

parent 29668148
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,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?
cache_lint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment