mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-06 08:36:24 +02:00
Install python before running tests
This commit is contained in:
parent
500a060c9e
commit
b22ff6534a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
debian:
|
debian:
|
||||||
stage: test
|
stage: test
|
||||||
image: debian:stable
|
image: debian:stable
|
||||||
|
before_script:
|
||||||
|
- apt-get -qq update && apt-get -qq install -y python
|
||||||
script:
|
script:
|
||||||
- bash tests/run.sh break
|
- bash tests/run.sh break
|
||||||
|
|
Loading…
Add table
Reference in a new issue