Commit 1441de68 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Merge branch 'dev' of gitlab.com:redmic-project/client/web into dev

parents 16dc3cff e3f1ecbd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -224,10 +224,11 @@ deploy-supporting-branch:

run-functional-tests:
  stage: test-deploy
  variables:
    GIT_SUBMODULE_STRATEGY: normal
  script:
    - type yarn grunt java
    - yarn install || yarn install
    - grunt preBuild
    - >
      grunt test-functional-local-parallel --server-url="https://appdev.${DEV_PUBLIC_HOSTNAME}" --user="${REDMIC_USER}"
      --pass="${REDMIC_PASS}"