Browse Source

gci : test wildcard bcg729

keep-around/9961277487ace1fae173b68617c363189ce5b1c4
Peio Rigaux 7 years ago
parent
commit
9961277487
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      .gitlab-ci.yml

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

@ -15,15 +15,13 @@ build:
- ls -la test
artifacts:
paths:
- build-bcg729/test/*
- build-bcg729/*
test:
stage: test
tags: [ "docker" ]
script:
- ls -la
- cd build-bcg729/test
- ls -la
#- ./testCampaignAll
- ./testCampaignAll
dependencies:
- build

Loading…
Cancel
Save