From a5c4402c20a12779fde6d0c56fcfbfb60b9b29eb Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Thu, 16 Aug 2018 13:20:40 -0400 Subject: [PATCH] it is ci build id --- codeship-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeship-steps.yml b/codeship-steps.yml index 57f9d9e..472e4b5 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -20,8 +20,8 @@ steps: - name: "Run Cypress 1" service: cypress-codeship-test - command: npm run env:run:record -- --parallel --ci-group-id $CI_BUILD_ID + command: npm run env:run:record -- --parallel --ci-build-id $CI_BUILD_ID - name: "Run Cypress 2" service: cypress-codeship-test - command: npm run env:run:record -- --parallel --ci-group-id $CI_BUILD_ID + command: npm run env:run:record -- --parallel --ci-build-id $CI_BUILD_ID