include: - file: .gitlab-ci.yml project: fsl/conda/fsl-ci-rules stages: - test - fsl-ci-pre - fsl-ci-build - fsl-ci-test - fsl-ci-deploy test:linux: image: python:3.7 except: - tags - master@fsl/base script: - pip install pytest - pytest -v tests stage: test tags: - docker test:macos: image: python:3.7 except: - tags - master@fsl/base script: - pip install pytest - pytest -v tests stage: test tags: - macOS - shell