From 3a6cc94497039ef316179fad68fbfafa2ee9757c Mon Sep 17 00:00:00 2001 From: Luka Macan Date: Tue, 17 Dec 2024 18:00:25 +0100 Subject: [PATCH] Remove neureka testing from gitlab-ci --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c7b267..e0e3ce0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,12 +49,3 @@ run_ne16_test: untracked: true script: - cd test && pytest test.py --test-dir tests --recursive -A ne16 - -run_neureka_test: - stage: test - tags: - - siracusa-sdk - artifacts: - untracked: true - script: - - cd test && pytest test.py --test-dir tests --recursive -A neureka