diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8742a73b2..db776c60f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: - docker stage: build script: - - git submodule init && git submodule update + - git submodule update --remote --init - make distclean - make -j artifacts: @@ -113,7 +113,7 @@ endurance-test: - docker stage: test script: - - git submodule init && git submodule update + - git submodule update --remote --init - make distclean - make -j - ./runtest --config server-threads 3 --loop --stop @@ -125,7 +125,7 @@ coverage-test: - docker stage: test script: - - git submodule init && git submodule update + - git submodule update --remote --init - make distclean - make gcov -j - make install