diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index bd05b51a5ba04393e24ea9d41dac46f21f00151e..0000000000000000000000000000000000000000
--- 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