diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a39700f45ba2d88ca87545cc25b2b9a7cdeab53d..66d12097cb0af762141b76fdeb8608801b4d81e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,11 +56,12 @@ list_dependencies:
       - public
 
 linting:
-  image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:latest
+  image: nexus.engageska-portugal.pt/ska-docker/csp-lmc-subelement:latest
   tags:
     - docker-executor
   stage: linting
   script:
+    - cd docker
     - make lint
   when: always
   artifacts:
@@ -98,4 +99,4 @@ create ci metrics:
     # Gitlab CI badges creation: END
   artifacts:
     paths:
-      - ./build
\ No newline at end of file
+      - ./build