Commit 7b7836e1 authored by Syed Bilal Raees's avatar Syed Bilal Raees

Update .gitlab-ci.yml

parent 098069d6
Pipeline #2122 failed
......@@ -9,13 +9,16 @@ build-job:
- echo "complinoing the code"
- mkdir build/
- echo "my app binary file" > build/executable-binary-file-v1
tags:
- ci
unit-test-job:
stage: test
script:
- echo "running unit test job"
- cat $CI_PROJECT_DIR/build/executable-binary-file-v1
tags:
-ci
lint-test-job:
stage: test
script:
......@@ -26,6 +29,5 @@ deploy-job:
script:
- echo "deploying"
tags:
-ci
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