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