From b8445f276b250628b3da5f63266d92e4ea40c87f Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Fri, 16 Oct 2020 08:45:15 +0300 Subject: [PATCH] fix yml file --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75b4d8bd2a..4612f91c6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -173,7 +173,7 @@ jobs: script: - travis_wait 60 mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_UI_PATH/pom.xml -DsuiteXmlFile=enterpriseLevel2ClassificationTests.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS} - - name: "Enterprise Classification UI Tests" + - name: "Enterprise Classification UI Tests" stage: Tests addons: firefox: "43.0.1" @@ -190,7 +190,7 @@ jobs: script: - travis_wait 60 mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_UI_PATH/pom.xml -DsuiteXmlFile=enterpriseLevel2ClassificationTests.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS} - - name: "Enterprise Guides UI Tests" + - name: "Enterprise Guides UI Tests" stage: Tests addons: firefox: "43.0.1" @@ -207,7 +207,7 @@ jobs: script: - travis_wait 60 mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_UI_PATH/pom.xml -DsuiteXmlFile=enterpriseGuidesTests.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS} - - name: "Enterprise Security Marks UI Tests" + - name: "Enterprise Security Marks UI Tests" stage: Tests addons: firefox: "43.0.1" @@ -224,7 +224,7 @@ jobs: script: - travis_wait 60 mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_UI_PATH/pom.xml -DsuiteXmlFile=enterpriseSecurityMarksTests.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS} - - name: "Enterprise Console and Configuration UI Tests" + - name: "Enterprise Console and Configuration UI Tests" stage: Tests addons: firefox: "43.0.1"