Commit 93cec17a authored by karishma.anupuru's avatar karishma.anupuru

Update .gitlab-ci.yml

parent a21d3f19
Pipeline #37782 failed with stage
in 12 seconds
stages:
- build
- test
- build
build:
tags:
- http
stage: build
script:
- docker info
- docker build -t sony .
- docker run -p 8082:8082 sony
build-code-job:
stage: build
tags:
- http
script:
- docker build -t soya:s .
test-code-job1:
stage: test
script:
- echo "Tested"
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