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

fix path

parent a80b756d
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ variables:
script:
- API_DOMAIN=$(cat $API_DOMAIN_FILE)
- 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?
resource_group: $CI_COMMIT_REF_NAME # only 1 job per branch
......
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