aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/static_checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.d/static_checks.yml')
-rw-r--r--.gitlab-ci.d/static_checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/static_checks.yml b/.gitlab-ci.d/static_checks.yml
index c5fa4fc..b01f6ec 100644
--- a/.gitlab-ci.d/static_checks.yml
+++ b/.gitlab-ci.d/static_checks.yml
@@ -30,7 +30,7 @@ check-python-pipenv:
stage: test
image: $CI_REGISTRY_IMAGE/qemu/python:latest
script:
- - make -C python venv-check
+ - make -C python check-pipenv
variables:
GIT_DEPTH: 1
needs: