Commit 9db5fa89 authored by mic's avatar mic

Update .gitlab-ci.yml

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