Browse Source

gci : attempt to skip the useless fetching stage in the test job (because we only use artifacts)

peioTest
Peio Rigaux 7 years ago
parent
commit
4642c6c532
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitlab-ci.yml

+ 3
- 0
.gitlab-ci.yml View File

@ -17,6 +17,9 @@ build:
- build-bcg729/src/libbcg729.so.0
test:
variables:
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
stage: test
tags: [ "docker" ]


Loading…
Cancel
Save