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: ...@@ -6,12 +6,12 @@ build:
- echo "gitlab ci" >/tmp/info.txt - echo "gitlab ci" >/tmp/info.txt
artifacts: artifacts:
paths: paths:
- tmp/ - /tmp/
tags: ['gitlab-runner'] tags: ['gitlab-runner']
test: test:
stage: test stage: test
script: script:
- echo "Testing" - echo "Testing"
- test -f "tmp/info.txt" - test -f "/tmp/info.txt"
tags: ['gitlab-runner'] 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