Commit 2403d5f0 by Administrator

Update .gitlab-ci.yml

parent bdb87375
Pipeline #16 failed with stage
in 1 second
job_build: sonar_preview:
stage: build stage: test
script: script:
- mvn clean install - ci/sonar_preview.sh
except:
- master
tags:
- print
auto_test:
stage: test
script: ci/auto_test.sh
except:
- master
tags:
- print
sonar_analyze:
stage: test
script:
- ci/sonar_analyze.sh
only:
- master
tags: tags:
- print - print
\ No newline at end of file
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