From 8faaed6a14fc594d7d4ebe165fcad82335bf9704 Mon Sep 17 00:00:00 2001 From: David Marteau Date: Fri, 15 Nov 2024 17:58:49 +0100 Subject: [PATCH] CI: Use fabric-ci image for 'fabric' jobs --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a71cd6..b9c07c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,11 +13,12 @@ variables: GITLAB_SLUG: "lizmap/qgis-wfsoutputextension" flake8: + image: ${REGISTRY_URL}/factory-ci-runner:python stage: tests script: - flake8 tags: - - factory + - factory-plain test: stage: tests @@ -32,7 +33,7 @@ test: script: - make -C tests FLAVOR=${QGIS_VERSION} tags: - - factory + - factory-dind version: stage: tests @@ -66,6 +67,7 @@ package-zip: - plugins.xml push-zip-fetch-repo: + image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci dependencies: - version - package-zip @@ -98,13 +100,14 @@ edit-repository: script: - qgis-plugin-repo merge plugins.xml tmp_repository/*.xml tags: - - factory + - factory-dind artifacts: untracked: true paths: - tmp_repository/*.xml push-repository: + image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci stage: qgis-repository-push dependencies: - version @@ -120,6 +123,7 @@ push-repository: # deploy_snap_v2: + image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci stage: deploy dependencies: - push-repository