Skip to content
Snippets Groups Projects
Commit 971b051d authored by Grzegorz Kostkowski's avatar Grzegorz Kostkowski
Browse files

Provide proper make installation command

parent 584b3f33
No related branches found
No related tags found
1 merge request!7Fix ci
Pipeline #4124 passed
...@@ -8,7 +8,7 @@ test: ...@@ -8,7 +8,7 @@ test:
services: services:
- docker:18.09.7-dind - docker:18.09.7-dind
before_script: before_script:
- apt-get -y install make - apk --no-cache add make
- make build-test-env - make build-test-env
script: script:
- make test check-types - make test check-types
...@@ -19,7 +19,7 @@ push_wheel: ...@@ -19,7 +19,7 @@ push_wheel:
services: services:
- docker:18.09.7-dind - docker:18.09.7-dind
before_script: before_script:
- apt-get -y install make - apk --no-cache add make
- make build-prod-env - make build-prod-env
only: only:
- master - master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment