diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:23:10 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:23:10 -0400 |
| commit | b22ff6534ae238771369ee9d82dbbf52479a980d (patch) | |
| tree | c51377aec0801d646ed71a47c6ef7280ace60850 | |
| parent | 500a060c9ed606779160be69f159384150aa54c2 (diff) | |
Install python before running tests
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
