diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 5829c4f..e8ca1ee 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -135,7 +135,7 @@ shipshape: - tests/shipshape-results.xml when: always script: - - shipshape -f /govcms/shipshape.yml --exclude-db --error-code -o junit > tests/shipshape-results.xml + - shipshape run . -f /govcms/shipshape.yml -f /govcms/shipshape.paas.yml --exclude-db --error-code -o junit > tests/shipshape-results.xml when: on_success allow_failure: true after_script: