diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f11eb1e1ef46f630c4444daad5a7025b5e89f40c..23561f1e842ff54f72b970a99e5775f44cbac6e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,16 @@ stages: - - Initialization + - Initialization_stage - Stylecheck_doc_stage - Build_and_test_release_stage - Build_and_test_debug_stage create_directory_and_cmake___release: - stage: Initialization + stage: Initialization_stage cache: key: "CacheRelease" paths: - build/release script: - - echo "Init1 job output" - ls - mkdir -p build - cd build @@ -21,14 +20,13 @@ create_directory_and_cmake___release: - cmake ../../src -DCMAKE_BUILD_TYPE=Release - ls -create_directry_and_cmake___debug: - stage: Initialization +create_directory_and_cmake___debug: + stage: Initialization_stage cache: key: "CacheDebug" paths: - build/debug script: - - echo "Init1 job output" - ls - mkdir -p build - cd build