Commit fe6ea72d authored by Perwaiz Ali's avatar Perwaiz Ali

change in .git-yml

parent 460c5eb0
Pipeline #2209 failed with stages
in 1 minute and 38 seconds
...@@ -14,12 +14,16 @@ maven-build: ...@@ -14,12 +14,16 @@ maven-build:
- target/CICDTesting-0.0.1-SNAPSHOT.jar - target/CICDTesting-0.0.1-SNAPSHOT.jar
test-code-job1: test-code-job1:
tags:
- docker
stage: test stage: test
script: script:
- echo "If the files are built successfully, test some files with one command:" - echo "If the files are built successfully, test some files with one command:"
- rake test1 - rake test1
test-code-job2: test-code-job2:
tags:
- docker
stage: test stage: test
script: script:
- echo "If the files are built successfully, test other files with a different command:" - echo "If the files are built successfully, test other files with a different command:"
......
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