1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Use proper tags to run linux jobs

This commit is contained in:
elsid 2024-05-08 23:14:42 +02:00
parent b9069835b2
commit e4a5eb1846
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -25,8 +25,7 @@ variables:
.Ubuntu_Image:
tags:
- docker
- linux
- saas-linux-medium-amd64
image: ubuntu:22.04
rules:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
@ -91,8 +90,7 @@ Ubuntu_GCC_preprocess:
Coverity:
tags:
- docker
- linux
- saas-linux-medium-amd64
image: ubuntu:22.04
stage: build
rules:
@ -756,7 +754,7 @@ Windows_MSBuild_RelWithDebInfo:
.Ubuntu_AndroidNDK_arm64-v8a:
tags:
- linux
- saas-linux-medium-amd64
image: psi29a/android-ndk:focal-ndk22
rules:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"