Skip to content
Snippets Groups Projects
Commit 33bafdc6 authored by BERNARD Hugo's avatar BERNARD Hugo
Browse files

Update .gitlab-ci.yml file

parent 3f251cd7
No related branches found
No related tags found
No related merge requests found
Pipeline #6648 failed
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment