From 4956d5c1ae3cf16942143e4c079c3dc92f204ba3 Mon Sep 17 00:00:00 2001
From: acrovato <a.crovato@uliege.be>
Date: Mon, 5 Oct 2020 11:05:00 +0200
Subject: [PATCH] Update ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0088183..b43c5f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,9 +37,9 @@ format:
     stage: build
     script:
         - clang-format --version # we use clang-format-10 exclusively
-        - ls ${CI_PROJECT_DIR}/..
-        - ls ${CI_PROJECT_DIR}/../waves
+        - ls ${CI_PROJECT_DIR}/../waves/scripts
         - .${CI_PROJECT_DIR}/../waves/scripts/format_code.py
+        - ./builds/am-dept/waves/scripts/format_code.py
         - mkdir -p patches
         - if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!"; false; fi
     artifacts:
-- 
GitLab