Browse Source

fix ci v_tools

SBird1337 6 years ago
parent
commit
3d21a4a553
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .gitlab-ci.yml

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

32
 
32
 
33
   ## Move pymap from the docker image to the tools folder
33
   ## Move pymap from the docker image to the tools folder
34
   - mkdir -p ../tools
34
   - mkdir -p ../tools
35
-  - mv /sots-tools/v_tools ../tools
35
+  - rm -rf ../tools/v_tools
36
+  - cp -r /sots-tools/v_tools ../tools
36
 stages:
37
 stages:
37
   - build
38
   - build
38
 
39