diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b291b739..6b7f977f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,18 @@ stages: - build - publish +test: + stages: deploy + image: alpine + variables: + TEST: $IMAGE_NAME + IMAGE_NAME: topkek + script: + - echo $TEST + - echo $IMAGE_NAME + build_dep_wheels: + stage: build parallel: matrix: - DOCKER_PLATFORM: [amd64, i386, arm64v8, arm32v7, riscv64] @@ -67,4 +78,4 @@ build_dep_wheels: - ls -l wheelhome artifacts: paths: - - wheelhome \ No newline at end of file + - wheelhome