From 6eb1199d33e8c6b58011a18c8b843e56ce20fa2d Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 28 Dec 2020 23:44:14 +0200 Subject: [PATCH] Fix CI lint step --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d318a68..c6ffa94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: