From 578b284b247880edab1b27f856e18df7e476bd5d Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 11 Jan 2019 14:40:57 +0100 Subject: [PATCH] Add task for integration tests --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0a4b250..53c72b4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ stages: - test - build - deploy + - integration tests lint: stage: test @@ -138,3 +139,9 @@ delete review: - branches tags: - deploy + +integration tests: + stage: integration tests + script: + - yarn install + - yarn run test-integration -- --url="${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}" \ No newline at end of file