From f437d2bfeef25aba538febf661c96ce30e698d68 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Wed, 26 Oct 2022 11:35:01 +0200 Subject: [PATCH] fix: remove tag from CI Signed-off-by: TheOneWithTheBraid --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d24019e..25152a43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,6 @@ variables: FLUTTER_IMAGE_TAG: "3.0.5" coverage: - tags: - - linux stage: test image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/flutter-linux/stable:${FLUTTER_IMAGE_TAG} dependencies: [] @@ -37,8 +35,6 @@ coverage: junit: TEST-report.xml coverage_without_olm: - tags: - - linux stage: test image: dart dependencies: [] @@ -64,8 +60,6 @@ coverage_without_olm: junit: TEST-report.xml e2ee_test: - tags: - - linux stage: test image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/flutter-linux/stable:${FLUTTER_IMAGE_TAG} dependencies: []