From a14bf15e77581df71cc5ac53e2cfcdeac03883ab Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Thu, 21 May 2020 19:13:11 +0300 Subject: [PATCH] Run webide e2e tests --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7260799f..be16f2a95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,15 +67,8 @@ test: paths: - coverage -# FIXME For some reason, e2e tests can't build on CI. -.webide-e2e: +webide-e2e: extends: .nix - rules: - - changes: - - tools/webide/** - when: always - - if: '$CI_COMMIT_REF_NAME =~ /^(dev|.*-run-dev)$/ && $CI_PROJECT_PATH == "ligolang/ligo"' - when: always script: - nix-build nix -A ligo-editor.e2e