Commit 323f7b80 authored by norvell's avatar norvell
Browse files

Fix syntax error

parent d1fb2079
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ stages:
.test-job-linux:
  tags:
    - ivas-linux
  before-script:
  before_script:
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES    

.build-job-linux: