diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cc963fd16..979e0e2fb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,6 +270,11 @@ jobs: virtualenv --python=/usr/bin/python3 --clear venv source venv/bin/activate pip install -q -r requirements.txt + - run: + name: get cti repo for mitre context + command: | + cd security-content + git clone https://github.com/mitre/cti.git - run: name: run doc-gen command: | @@ -282,11 +287,6 @@ jobs: cd security-content source venv/bin/activate python bin/pretty_yaml.py --path . -v - - run: - name: get cti repo for mitre context - command: | - cd security-content - git clone https://github.com/mitre/cti.git - run: name: run generate-actors-map command: |