From 1e7bf802262cdb6449845daa4a3b6844c92fca41 Mon Sep 17 00:00:00 2001
From: acrovato <a.crovato@uliege.be>
Date: Thu, 21 Dec 2023 16:29:11 +0100
Subject: [PATCH] fix ci

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4cd53f7..9b70418 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,6 +54,6 @@ test:
     <<: *global_tag_def
     stage: test
     script:
-        - for f in tests/*.py; do python3 run.py "$f"; done
+        - for f in examples/*.py; do python3 run.py "$f"; done
     dependencies:
         - build
-- 
GitLab