variables: INTEGRITY_CHECKER_DIR: "/tmp/integrity-checker" INTEGRITY_CHECKER_BIN: "${INTEGRITY_CHECKER_DIR}/bin/dependencies" MAGENTO_DIR: "." INTEGRITY_CHECKER_DIR_TO_ANALYZE: "app/code/*" '🧙‍ - Integrity Check': stage: '🏰 - Static Tests' image: composer allow_failure: false script: - git fetch -vp # fetch branch refs so changed files can be compiled - composer create-project run_as_root/integrity-checker ${INTEGRITY_CHECKER_DIR} --stability=dev --remove-vcs - $INTEGRITY_CHECKER_BIN $MAGENTO_DIR $INTEGRITY_CHECKER_DIR_TO_ANALYZE artifacts: expire_in: 30m