Commit 25781c85 authored by Jan Kiene's avatar Jan Kiene
Browse files

add tests back

parent 6e872eaf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ check_for_binaries:
# ------------------------------------

# test the format conversion only
.test_audiotools_convert:
test_audiotools_convert:
  stage: test
  tags:
    - linux
@@ -59,7 +59,7 @@ check_for_binaries:
    - python3 -m pytest -n auto tests/test_audiotools_convert.py

# run some test configs for item creation
.test_processing:
test_processing:
  stage: test
  tags:
    - linux
@@ -72,7 +72,7 @@ check_for_binaries:
# static analysis/formatting tests
# ------------------------------------

.lint:
lint:
  stage: analyze
  tags:
    - linux
@@ -80,7 +80,7 @@ check_for_binaries:
  script:
    - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741

.format:
format:
  stage: analyze
  variables:
    ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix"