Commit 568826cd authored by mic's avatar mic

Update .gitlab-ci.yml

parent 94b407de
Pipeline #8 failed
build:
stage: build
tags: gitlab-runner
script:
- echo "Build"
- mkdir build
......@@ -8,9 +7,11 @@ build:
artifacts:
paths:
- build/
tags: gitlab-runner
test:
stage: test
tags: gitlab-runner
script:
- echo "Testing"
- test -f "build/info.txt"
\ No newline at end of file
- 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