diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afe8bd0c..ea52c6a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -.before_script: - script: chmod +x ./*.sh - .after_script: script: ./compile_check.sh "$CI_JOB_STATUS" artifacts: @@ -8,6 +5,7 @@ - release/*.svg stages: + - chmod - compile_stub - vergen - compile_sources @@ -15,6 +13,10 @@ stages: - isogen - finish +chmod_step: + stage: chmod + script: chmod +x ./*.sh + compile_stub: stage: compile_stub script: ./compile_stub.sh