diff --git a/.gitlab-ci.yml b/php.gitlab-ci.yml
similarity index 93%
rename from .gitlab-ci.yml
rename to php.gitlab-ci.yml
index 31f2843be1f4c7eb1620142cef3e36525f72c4c8..07bb4fc6379412ff36ac09e2b0a55b185e1382a7 100644
--- a/.gitlab-ci.yml
+++ b/php.gitlab-ci.yml
@@ -23,8 +23,6 @@ before_script:
   # Install and run Composer
   - curl -sS https://getcomposer.org/installer | php
   - php composer.phar install
-  # Install npm deps
-  - npm install
 
 # Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
 # See http://docs.gitlab.com/ee/ci/services/README.html for examples.
@@ -42,7 +40,3 @@ variables:
 phplint:
     script:
         ./vendor/bin/phplint
-stylelint:
-    script:
-        npx stylelint "**/*.css"
-        npx stylelint "**/*.scss"
\ No newline at end of file