diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f79189951681162ad188571576d7c4c19467c567..86d7e0c27995a0a039b126e391f86ee48b0fdc44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ lint:
   script:
     - npm install
     - npm run lint
+  allow_failure: true
 
 test:
   stage: test
@@ -93,7 +94,8 @@ nodejs-scan-sast:
   stage: security
   before_script:
     - npm install
-    - npm build
+    - npm run build
+    - ls
 
 license_scanning:
   stage: security