fix use of env variable

This commit is contained in:
Claudia Agache
2020-07-06 19:33:35 +03:00
parent 2e00307a85
commit 4254f02fb6

View File

@@ -75,7 +75,7 @@ jobs:
stage: Tests
before_install: travis_wait 60 bash scripts/downloadInstaller.sh $AUTOMATION_COMMUNITY_TARGET
install:
- travis_wait 60 bash scripts/startAlfresco.sh AUTOMATION_COMMUNITY_PATH apply-rm-community
- travis_wait 60 bash scripts/startAlfresco.sh $AUTOMATION_COMMUNITY_PATH apply-rm-community
script:
- echo "Community Rest API Tests"
- name: "Enterprise Rest API Tests"