From 201f4c4cf8016547706e77914f72625d0b25926f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pi=C4=85tkowski?= Date: Sun, 22 May 2022 09:53:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0bed0d..7b98313 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,4 @@ unit-testing: script: - make unit-tests - apt-get update && apt-get install -y python3 - - python3 etc/tools/test.py test examples \ No newline at end of file +# - python3 etc/tools/test.py test examples \ No newline at end of file