--- image: python:3.7.6-slim-buster stages: - test test: stage: test before_script: - apt-get update && apt-get install make - pip install ansible==2.9.6 script: - make test_modules_unit