diff options
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-linux.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 2f9a896..7b358be 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -31,14 +31,10 @@ BOOTSTRAP_ARGS: '-- "-DCMake_DOC_ARTIFACT_PREFIX=$CI_PROJECT_DIR/build/install-doc"' .needs_centos7_x86_64: - dependencies: - - b:centos7-x86_64 needs: - b:centos7-x86_64 .needs_centos7_aarch64: - dependencies: - - b:centos7-aarch64 needs: - b:centos7-aarch64 |