From 11d7f0af425d337292e9f27dd056855b0eaa300b Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Tue, 5 Sep 2023 02:11:04 +0300 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c185bd7..00f9f17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,12 @@ include: e2e-dev: image: node:18.10.0 stage: deploy + dependencies: + - deploy-dev only: - master services: - selenium/standalone-chrome script: + - npm ci - npm run test:e2e --host=selenium__standalone-chrome --baseUrl https://astra-dev.dopcore.com