From a12551b56caa0b69204e95beca9d6e572cf4a5e0 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 30 Dec 2021 12:14:42 +0000
Subject: [PATCH] CI: use fsl-ci-rules infrastructure for testing

---
 .gitlab-ci.yml | 35 -----------------------------------
 1 file changed, 35 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index bd05b51..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-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
\ No newline at end of file
-- 
GitLab