diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 435c98f95cf3d281a283be7fc34dd44320286007..d84f64bc2026f661dc1e6656f2af811c632fc267 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,10 +2,10 @@
 include:
   - project: "ccce/dev/gitlab-ci-yml"
     file: "frontend.gitlab-ci.yml"
-    ref: "1.0.0"
+    ref: "1.1.0"
   - project: "ccce/dev/gitlab-ci-yml"
     file: "deploy.gitlab-ci.yml"
-    ref: "1.0.0"
+    ref: "1.1.0"
 
 variables:
   TEMPLATE: deploy-ccce-${INSTANCE}
@@ -21,14 +21,6 @@ install-dependencies:
       - node_modules
       - .npm
 
-lint:
-  stage: check
-  script:
-    - npm run ci:code-quality
-  artifacts:
-    reports:
-      codequality: gl-codequality.json
-
 .test-components:
   stage: test
   image: cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1