From c7f3f17e1a765bc7d4595aaa73c957dbd35ffa90 Mon Sep 17 00:00:00 2001
From: softir <elisabetta.giani@inaf.it>
Date: Fri, 3 Apr 2020 17:58:25 +0200
Subject: [PATCH] AT5-370: move to docker directory before executing 'make
 lint'

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a39700f..66d1209 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
-- 
GitLab