Skip to content
Snippets Groups Projects
Verified Commit d7dde82e authored by David Beniamine's avatar David Beniamine
Browse files

apt update

parent fda3f479
No related branches found
No related tags found
No related merge requests found
Pipeline #122 failed
......@@ -2,7 +2,7 @@ image: debian:stable
deps:
stage: build
script: apt-get install -y php-cli build-essential make && make dependencies
script: apt-get update && apt-get install -y php-cli build-essential make && make dependencies
perl:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment