Commit 568826cd authored by mic's avatar mic

Update .gitlab-ci.yml

parent 94b407de
Pipeline #8 failed
build: build:
stage: build stage: build
tags: gitlab-runner
script: script:
- echo "Build" - echo "Build"
- mkdir build - mkdir build
...@@ -8,9 +7,11 @@ build: ...@@ -8,9 +7,11 @@ build:
artifacts: artifacts:
paths: paths:
- build/ - build/
tags: gitlab-runner
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 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