Fix CI lint step

This commit is contained in:
Aarni Halinen
2020-12-28 23:44:14 +02:00
parent d0ec22ef2d
commit 6eb1199d33
+3 -3
View File
@@ -24,12 +24,12 @@ es:lint:
script:
- npm run lint:es
sass:lint:
css:lint:
image: node:12
needs: ["install"]
stage: lint
script:
- npm run lint:sass
- npm run lint:css
# test:unit:
# image: node:12
@@ -62,7 +62,7 @@ test:e2e:
publish:dev:
stage: publish
image: docker:stable
needs: ["build", "test:e2e", "es:lint", "sass:lint"]
needs: ["build", "test:e2e", "es:lint", "css:lint"]
services:
- docker:stable-dind
only: