Skip to content
Snippets Groups Projects
Commit 4dec9871 authored by M2947's avatar M2947 :sunglasses:
Browse files

Update .gitlab-ci.yml

parent 95ce5fe2
No related branches found
No related tags found
No related merge requests found
Pipeline #243022 passed
image: ubuntu:lastest
stages:
- deploy
- build
- test
deploy:
stage: deploy
script:
- echo 'coping from Runner to SUT'
- ls /home/ubuntu/ -l -a
only:
- master
tags:
- DA
build:
stage: build
tags : DAserver
script:
- echo "Building"
- pwd
- ls -l -a
only:
- master
tags:
- DA
test:
stage: test
script:
- echo "testing"
tags : DAserver
only:
- master
tags:
- DA
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment