Commit dd3adf34 authored by mic's avatar mic

Update .gitlab-ci.yml

parent 9db5fa89
Pipeline #13 passed with stages
in 21 seconds
......@@ -3,15 +3,15 @@ build:
script:
- echo "Build"
- mkdir build
- echo "gitlab ci" >/tmp/info.txt
- echo "gitlab ci" >build/info.txt
artifacts:
paths:
- /tmp/
- build/
tags: ['gitlab-runner']
test:
stage: test
script:
- echo "Testing"
- test -f "/tmp/info.txt"
- test -f "build/info.txt"
tags: ['gitlab-runner']
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