Update .gitlab-ci.yml

This commit is contained in:
Swann Martinez
2020-03-11 22:41:23 +00:00
parent 1e81a2de16
commit 7db7382c68

View File

@ -2,14 +2,13 @@ image: python:latest
build:
script:
- ls
- cd multi-user
- rm -rf cache tests .git .gitignore .gitmodules docs
# run the command here
- cd multi-user/libs/replication
- git submodules init
- git submodules update
- cd multi_user/libs/replication
- rm -rf tests .git .gitignore
- cd ../../
- ls
artifacts:
paths:
- multi-user
- multi_user