Update .gitlab/ci/test.gitlab-ci.yml
This commit is contained in:
parent
7152bb825d
commit
09c724ac53
@ -1,5 +1,8 @@
|
||||
test:
|
||||
image: ubuntu:latest
|
||||
|
||||
before-script:
|
||||
- apt install python git
|
||||
script:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
Loading…
Reference in New Issue
Block a user