diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ff454b..47ef774 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,12 @@ compile: stage: compile script: - echo "==== Download the SDK ====" - - sh /builds/$CI_PROJECT_PATH/.ci/download_sdk.sh + - sh .ci/download_sdk.sh - echo "==== Prepare build_dir ====" - - sh /builds/$CI_PROJECT_PATH/.ci/prepare_build_dir.sh + - sh .ci/prepare_build_dir.sh - echo "==== build packages ====" - - sh /builds/$CI_PROJECT_PATH/.ci/build_pkgs.sh + - sh .ci/build_pkgs.sh + - ls tmp/build_dir/bin/packages artifacts: - paths: \ No newline at end of file + paths: + - tmp/build_dir/bin/packages \ No newline at end of file