Commit bd4fb655 authored by mic's avatar mic

Update .gitlab-ci.yml

parent 568826cd
Pipeline #9 failed
...@@ -7,11 +7,11 @@ build: ...@@ -7,11 +7,11 @@ build:
artifacts: artifacts:
paths: paths:
- build/ - build/
tags: gitlab-runner tags: gitlab-runner myproject
test: test:
stage: test stage: test
script: script:
- echo "Testing" - echo "Testing"
- test -f "build/info.txt" - test -f "build/info.txt"
tags: gitlab-runner tags: gitlab-runner myproject
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