diff --git a/jobs/templates/includes/stage-cypress-tests.groovy.j2 b/jobs/templates/includes/stage-cypress-tests.groovy.j2 --- a/jobs/templates/includes/stage-cypress-tests.groovy.j2 +++ b/jobs/templates/includes/stage-cypress-tests.groovy.j2 @@ -9,7 +9,7 @@ sh ''' python3 -m pip install --no-use-pep517 --user -e .[testing] yarn install --frozen-lockfile - yarn build-dev + yarn build-test ''' } }