update gitlab ci to work with facebook repo instead of ours

Former-commit-id: 2745277e7591076373e2dfd4eef8c1412cffffbc
This commit is contained in:
malavan 2021-08-24 22:07:21 +00:00
parent 66811a9fb9
commit eaca8bff8c

View File

@ -12,7 +12,7 @@ build:
- docker
stage: build
script:
- git submodule update --init --remote
- git submodule update --init
- make distclean
- make -j
artifacts:
@ -113,7 +113,7 @@ endurance-test:
- docker
stage: test
script:
- git submodule update --init --remote
- git submodule update --init
- make distclean
- make -j
- ./runtest --config server-threads 3 --loop --stop
@ -125,7 +125,7 @@ coverage-test:
- docker
stage: test
script:
- git submodule update --init --remote
- git submodule update --init
- make distclean
- make gcov -j
- make install