Commit b6910fdf authored by mic's avatar mic

Update .gitlab-ci.yml

parent bd4fb655
Pipeline #10 failed with stages
in 7 seconds
...@@ -7,11 +7,11 @@ build: ...@@ -7,11 +7,11 @@ build:
artifacts: artifacts:
paths: paths:
- build/ - build/
tags: gitlab-runner myproject tags: ['gitlab-runner']
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 myproject 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