From 07838908f8fa5319b8b2d1cb73cc3f615ab7fbc6 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 3 Aug 2021 18:01:02 +0200 Subject: [PATCH] WIP: Unit test infrastructure --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adc3f07..0134060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,13 +79,6 @@ unit_tests: - octave -v - make test -package_tests: - tags: [ docker ] - stage: test - script: - - octave -v - - make pkg-test - # Linting with miss_hit linting_octave: tags: [ docker ] -- GitLab