Update .gitlab/ci/test.gitlab-ci.yml

This commit is contained in:
Swann Martinez 2020-04-07 16:46:59 +00:00
parent 7152bb825d
commit 09c724ac53

View File

@ -1,5 +1,8 @@
test:
image: ubuntu:latest
before-script:
- apt install python git
script:
- git submodule init
- git submodule update