Skip to content
Snippets Groups Projects
Commit 5dc348f5 authored by fsl-ci-rules's avatar fsl-ci-rules Committed by Paul McCarthy
Browse files

CI: Integrate common fsl/fsl-ci-rules into .gitlab-ci.yml pipelines (auto-generated fsl-ci-rules)

parent c971adb7
No related branches found
No related tags found
1 merge request!9ci/integrate-fsl-ci-rules-configure-repositories
Pipeline #8771 passed
include: include:
- project: fsl/fsl-ci-rules - file: .gitlab-ci.yml
file: .gitlab-ci.yml project: fsl/fsl-ci-rules
stages: stages:
- test - test
- fsl-ci-pre - fsl-ci-pre
- fsl-ci-build - fsl-ci-build
- fsl-ci-deploy - fsl-ci-deploy
- fsl-ci-test
test: test:
stage: test
image: python:3.7 image: python:3.7
tags:
- docker
script: script:
- pip install pytest - pip install pytest
- pytest -v .ci - pytest -v .ci
\ No newline at end of file stage: test
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment