Explorar o código

Change ci images

Arkadiusz Ryś %!s(int64=2) %!d(string=hai) anos
pai
achega
b0dd322fcd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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