瀏覽代碼

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