Browse Source

gci : attempt to test with untracked true instead of the whole folder in artifact

keep-around/17ad661e865d37d74ea10edbbe523cd4b44a2701
Peio Rigaux 7 years ago
parent
commit
17ad661e86
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .gitlab-ci.yml

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

@ -14,8 +14,9 @@ build:
- make
- ls -la test
artifacts:
paths:
- build-bcg729/*
untracked: true
#paths:
# - build-bcg729/*
test:
stage: test


Loading…
Cancel
Save