Update .gitlab/ci/test.gitlab-ci.yml, .gitlab/ci/build.gitlab-ci.yml files

This commit is contained in:
Swann Martinez 2020-04-07 16:45:26 +00:00
parent e8d23426d7
commit 7152bb825d
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
image: python:latest
build: build:
image: python:latest
script: script:
- git submodule init - git submodule init
- git submodule update - git submodule update

View File

@ -1,6 +1,5 @@
image: ubuntu:latest
test: test:
image: ubuntu:latest
script: script:
- git submodule init - git submodule init
- git submodule update - git submodule update