Commit 7bec4a3b authored by sagnowski's avatar sagnowski
Browse files

Fix .gitlab-ci.yml file

parent ed713cee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -229,6 +229,7 @@ external-renderer-make-pytest:
    - .test-job-linux
    - .rules-merge-request
  needs: [ "build-codec-linux-make" ]
  stage: test
  script:
    - make -j IVAS_rend
    - python3 -m pytest scripts/tests/test_renderer.py --capture=no --tb=no -n auto
@@ -239,6 +240,7 @@ external-renderer-cmake-asan-pytest:
    - .test-job-linux
    - .rules-merge-request
  needs: [ "build-codec-linux-cmake" ]
  stage: test
  script:
    - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan
    - cmake --build cmake-build -- -j
@@ -250,6 +252,7 @@ external-renderer-cmake-msan-pytest:
    - .test-job-linux
    - .rules-merge-request
  needs: [ "build-codec-linux-cmake" ]
  stage: test
  script:
    - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=msan
    - cmake --build cmake-build -- -j