From b193ca1213838afe3d9d49b281eef1f4b03b550b Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Sun, 22 May 2022 06:26:29 +0200 Subject: [PATCH] Removed problematic examples testing from CI --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc0707c..a0eed98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,6 @@ stages: - build - test -packages: - stage: build - script: - - dpkg-query -Wf'${db:Status-abbrev}' python3 - build: stage: build script: @@ -22,8 +17,3 @@ unit-testing: stage: test script: - make unit-tests - -examples_testing: - stage: test - script: - - python3 etc/tools/test.py test examples