Commit f1602cc4 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix wrong template usage

parent 0dcf61bf
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,14 +41,14 @@ stages:

# template for test jobs on linux that need the TESTV_DIR
.test-job-linux-needs-testv-dir:
  extends: .build-job-linux
  extends: .test-job-linux
  before_script:
    - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi
    - cp -r scripts/testv/* $TESTV_DIR/

# template for build jobs to include the check for warnings
.build-job-with-check-for-warnings:
  extends: .test-job-linux
  extends: .build-job-linux
  stage: build
  allow_failure:
    exit_codes: