diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-11-01 21:58:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-11-01 21:58:03 +0300 |
commit | ebffb9fcc87527cf533b45ce9ff0199d149b923c (patch) | |
tree | 80ab5c2f098d5cff6fe8d4562da53243eeb14895 | |
parent | aec9c3f1ec2c40de0f2304f4864f547bf1e91e04 (diff) | |
download | spm-citest.tar.gz spm-citest.tar.bz2 spm-citest.tar.xz spm-citest.zip |
testcitest
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0403cd7..62d0480 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: before_script: - uname -a - cat /etc/os-release + - cat /proc/cpuinfo - mkdir logs || true image: debian:unstable |