From 4980d07e5b0b716fe455205b24e9017c83d2041d Mon Sep 17 00:00:00 2001 From: Treffehn Date: Fri, 15 Sep 2023 13:41:30 +0200 Subject: [PATCH] deactivated experiments test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b36eb21f..19e8541b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,7 +80,7 @@ test_audiotools_convert: - python3 -m pytest -n auto tests/test_audiotools_convert.py # run the test configs for the selection experiments -experiments: +.experiments: stage: test tags: - linux -- GitLab