diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 6e00b4ce69..f80d3af2ae 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: - test - build - publish + - label image: parity/rust:nightly @@ -39,16 +40,21 @@ cache: test:runtime: stage: test - # image: alpine/git:latest + image: parity/tools:latest cache: {} tags: - linux-docker only: - /^[0-9]+$/ + variables: + GITLAB_API: "https://gitlab.parity.io/api/v4" + GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api" script: - ./scripts/gitlab/check_runtime.sh + + test:rust:stable: &test stage: test variables: @@ -166,24 +172,6 @@ publish:docker:release: -# configures aws for fast uploads/syncs -.s3_before_script: &s3_before_script - before_script: - - mkdir -p ${HOME}/.aws - - | - cat > ${HOME}/.aws/config <