diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d7471ac..0deb438f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,4 +145,4 @@ integration tests: stage: integration tests script: - yarn install - - yarn run test-integration -c baseUrl="${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}" \ No newline at end of file + - $(yarn bin)/cypress run test-integration -c baseUrl="${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}" \ No newline at end of file