diff --git a/.circleci/config.yml b/.circleci/config.yml index a4b56e4..826c3aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,8 +25,9 @@ workflows: build: jobs: - setup-job: - context: [ qqq-maven-registry-credentials ] + context: [ qqq-maven-registry-credentials ] - cypress/install: + context: [ qqq-maven-registry-credentials ] requires: - setup-job build: 'npm run build' # run a custom app build step