From d24938603013ef92dee296b74207dad21617aebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pi=C4=85tkowski?= Date: Sun, 22 May 2022 09:50:22 +0000 Subject: [PATCH] trying python tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 284edbc..88b1996 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,3 +18,4 @@ unit-testing: stage: test script: - make unit-tests + - python3 etc/tools/test.py test examples \ No newline at end of file