diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cd53f7a0d2ddbe56900b1e8f833a22818951060..9b7041872f0d221ead9d07af1d3d84735836d430 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