Commit be130175 authored by mic's avatar mic

Update .gitlab-ci.yml

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