diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6ffa94..3856c1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,8 +54,6 @@ test:e2e: image: circleci/node:12-browsers needs: ["install", "build"] stage: test - only: - - master script: - npm run test:e2e