From 33bafdc66ef588fae06929899aeb621dcb58e4c4 Mon Sep 17 00:00:00 2001 From: BERNARD Hugo <hugo.bernard9@etu.univ-lorraine.fr> Date: Wed, 3 Nov 2021 14:42:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7968e92..555f6c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,9 +27,8 @@ build:php: # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics. - phplint: - script: - ./vendor/bin/phplint + script: + ./vendor/bin/phplint build:node: image: node:latest @@ -39,11 +38,6 @@ build:node: cache: paths: - node_modules/ - - stylelint_css: - script: - npx stylelint "**/*.css" - - stylelint_scss: - script: - npx stylelint "**/*.scss" + script: + npx stylelint "**/*.css" + npx stylelint "**/*.scss" -- GitLab