From e317e2ea88b4b0350dce7d73299bf5dae1269e05 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 11 Jan 2019 15:27:23 +0100 Subject: [PATCH] Added path to binary --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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