diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eac0b64..0836a4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ debian: stage: test image: debian:stable + before_script: + - apt-get -qq update && apt-get -qq install -y python script: - bash tests/run.sh break