diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index e3d0cb0ae58f2f2a27be5908723412fea197b184..0000000000000000000000000000000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# This file is a template, and might need editing before it works on your project.
-# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
-
-# you can delete this line if you're not using Docker
-#image: busybox:latest
-
-variables:
-  GIT_SUBMODULE_STRATEGY: recursive
-
-   
-build1:
-  stage: build
-  only:
-    - master
-  script:
-    - echo "Building r2a-hermes-obsw..."
-    - python skyward-boardcore/sbs
-   
-test1:
-  stage: test
-  script: 
-    - echo "Running Linter"
-    - skyward-boardcore/scripts/linter.sh