ソースを参照

Change ci images

Arkadiusz Ryś 2 年 前
コミット
b0dd322fcd
1 ファイル変更2 行追加1 行削除
  1. 2 1
      .gitlab-ci.yml

+ 2 - 1
.gitlab-ci.yml

@@ -1,4 +1,4 @@
-image: python:latest
+image: docker:20.10.22
 
 variables:
   DOCKER_DRIVER: overlay2
@@ -19,6 +19,7 @@ stages:
   - release
 
 before_script:
+  - sudo apt install python3-dev python3-pip
   - python -V
   - echo "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi"
   - apt-get update && apt-get install -y git