Skip to content
Snippets Groups Projects
Commit a6cb3aa9 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

alpine install

parent 0d6647d0
No related branches found
No related tags found
3 merge requests!52Bring all changes from dev into master,!51merge fast-api into dev,!45Deploy app in kubernetes
...@@ -29,7 +29,7 @@ test-docker-compose: ...@@ -29,7 +29,7 @@ test-docker-compose:
needs: [] needs: []
stage: test stage: test
script: script:
- apt-get update && apt install -y jq bash - apk update && apk upgrade && apk add jq bash
- ./test_docker_compose.sh - ./test_docker_compose.sh
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment