diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66e2f2b..1b1fbdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: install_requirements: stage: prepare script: - - apk add --no-cache python make g++ crul + - apk add --no-cache python make g++ - npm config set registry http://registry.npmjs.org/ - npm install artifacts: @@ -39,4 +39,7 @@ tests: deploy: stage: deploy script: + - apk add --no-cache curl - curl -fL https://letu.flifloo.fr/git + only: + - master