.test-win: stage: test rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' interruptible: true needs: - job: build-crosstest tags: - win10-21h2 script: - ./artifacts/driver.cross64.exe artifacts: when: always paths: - artifacts test-win-64: extends: .test-win variables: TEST_ARCH: "64" test-win-32: extends: .test-win variables: TEST_ARCH: "32"