*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Verified Commit 51255e08 authored by Tsepelakis, Sotirios's avatar Tsepelakis, Sotirios :dart:
Browse files

Tests: remove rules to trigger new runner setup

parent f9b1f9f9
No related branches found
No related tags found
1 merge request!67⏳ Tests: wait for docker services
......@@ -19,9 +19,6 @@ run-tests:
when: on_success
access: developer
expire_in: "10 mins"
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG =~ /^v\d+/
sonarqube-check:
stage: testing
......@@ -37,9 +34,6 @@ sonarqube-check:
script:
- sonar-scanner
allow_failure: true
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG =~ /^v\d+/
pypi-release:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment