diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0561506..60f19f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: get-build-repo: stage: get before_script: - - .ci/configure_git.sh + - source .ci/configure_git.sh script: - echo "Getting old Build repo..." - .ci/get_build_repo_from_origin.sh @@ -19,7 +19,7 @@ get-build-repo: build-packages: stage: build before_script: - - .ci/configure_git.sh + - source .ci/configure_git.sh script: - echo "Building packages incrementally..." - sh .ci/ci_build.sh