Commit e2334f1e by Administrator

Update .gitlab-ci.yml

parent 2403d5f0
Pipeline #17 passed with stage
in 3 minutes 17 seconds
sonar_preview: sonar_preview:
stage: test stage: test
script: script:
- ci/sonar_preview.sh - bash ci/sonar_preview.sh
except: except:
- master - master
tags: tags:
...@@ -9,7 +9,7 @@ sonar_preview: ...@@ -9,7 +9,7 @@ sonar_preview:
auto_test: auto_test:
stage: test stage: test
script: ci/auto_test.sh script: bash ci/auto_test.sh
except: except:
- master - master
tags: tags:
...@@ -18,7 +18,7 @@ auto_test: ...@@ -18,7 +18,7 @@ auto_test:
sonar_analyze: sonar_analyze:
stage: test stage: test
script: script:
- ci/sonar_analyze.sh - bash ci/sonar_analyze.sh
only: only:
- master - master
tags: tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment