From 1eab3c36a7265167ff9542c347678ac84f04046f Mon Sep 17 00:00:00 2001
From: BERNARD Hugo <hugo.bernard9@etu.univ-lorraine.fr>
Date: Wed, 3 Nov 2021 14:27:37 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml => php.gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)
 rename .gitlab-ci.yml => php.gitlab-ci.yml (93%)

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 31f2843..07bb4fc 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
-- 
GitLab