diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6120a12..d301b45a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,5 @@ test: image: ubuntu:latest script: - apt update - - apt install -y python3 cython3 + - apt install -y python3 cython3 gpg - ./run_tests.py |