Loading templates/gitlab-ci-cypress.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (can be overridden) CYPRESS_IMAGE: "cypress/included:4.6.0" CYPRESS_PROJECT_DIR: "." Loading Loading @@ -196,7 +199,7 @@ cypress: paths: - $CYPRESS_PROJECT_DIR/.npm/ services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "cypress", "2.0.1"] stage: acceptance before_script: Loading Loading
templates/gitlab-ci-cypress.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (can be overridden) CYPRESS_IMAGE: "cypress/included:4.6.0" CYPRESS_PROJECT_DIR: "." Loading Loading @@ -196,7 +199,7 @@ cypress: paths: - $CYPRESS_PROJECT_DIR/.npm/ services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "cypress", "2.0.1"] stage: acceptance before_script: Loading