Commit 94ec454d authored by norvell's avatar norvell
Browse files

Remove dependencies from pages job

parent fcf16cc9
Loading
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -518,7 +518,7 @@ build-codec-linux-make:
    - if: $CI_PIPELINE_SOURCE == 'web'
    - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" # only have MR pipelines for MRs to main
    - if: $CI_PIPELINE_SOURCE == 'schedule'
    - if: $CI_PIPE li LINE_SOURCE == 'schedule'
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never
  extends:
@@ -1193,13 +1193,6 @@ complexity-stereo-in-stereo-out:
# job that sets up gitlab pages website
pages:
  stage: deploy
  dependencies:
    - ivas-pytest-compare_ref-long-enc
    - ivas-pytest-compare_ref-long-enc-lev+10
    - ivas-pytest-compare_ref-long-enc-lev-10
    - ivas-pytest-compare_ref-long-dec
    - ivas-pytest-compare_ref-long-dec-lev+10
    - ivas-pytest-compare_ref-long-dec-lev-10
  tags:
    - ivas-basop-linux
  rules: