In my GitLab CI I wanted to use yarn
.loadtests:
stage: Load tests
interruptible: true
when: manual
image:
name: loadimpact/k6:latest
entrypoint: ['']
In my GitLab CI I wanted to use yarn
.loadtests:
stage: Load tests
interruptible: true
when: manual
image:
name: loadimpact/k6:latest
entrypoint: ['']
Hi @Dinkar
Welcome to the community forum
Can you provide a bit more details on your needs?
yarn
needs.
yarn
in your GitLab CI pipeline? Can you share details on the configuration you are attempting?I’m hoping with a bit more details we’ll be able to advice.
We do have a template to showcase how to run typescript in GitHub - grafana/k6-template-typescript: Template to use TypeScript with k6. However, I’m not sure where you need yarn
and if this will have any impact when running Gitlab CI, and some more context will help.
Cheers!