jest: stage: test extends: - .env_base before_script: - source /opt/rh/rh-nodejs12/enable - yarn install script: - yarn test - echo "Also test eslint-plugin-zammad..." - cd .eslint - yarn install - yarn test