Commit 94b407de authored by mic's avatar mic

Update .gitlab-ci.yml

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