summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f494e16..0006748 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ archlinux:
- pip install build
- pip install .
script:
- - ./tests/run.sh
+ - ./tests/run.py
debian:
image: "debian:latest"
@@ -15,5 +15,5 @@ debian:
- pip install build
- pip install .
script:
- - ./tests/run.sh
+ - ./tests/run.py