diff --git a/.circleci/ci/it-tests.js b/.circleci/ci/it-tests.js index 5d0a0c3d..dab953e9 100644 --- a/.circleci/ci/it-tests.js +++ b/.circleci/ci/it-tests.js @@ -106,7 +106,7 @@ try { // Run integration tests if (TYPE === 'integration') { - let excludedCategory = classifier === 'classic' ? 'com.venia.it.category.IgnoreOn65' : 'com.venia.it.category.IgnoreOnCloud'; + let excludedCategory = classifier === 'classic' ? 'com.venia.it.category.IgnoreOnCloud' : 'com.venia.it.category.IgnoreOn65'; ci.dir('it.tests', () => { ci.sh(`mvn clean verify -U -B -Plocal -Dexclude.category=${excludedCategory}`); // The -Plocal profile comes from the AEM archetype });