Commit 94b407de authored by mic's avatar mic

Update .gitlab-ci.yml

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