stages: - test checkipynClean: image: python:3.5 stage: test script: - echo "Running python notebook checker" - pip install -r .testing/requirements.txt - python .testing/checkNbClean.py "./" after_script: - echo "All ci check tasks complete"