summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-21 13:05:12 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-11-21 19:24:06 +0100
commit802031ea51c7a72e172305f9c94585c6e47e5b9e (patch)
tree244947590efd5d898f595f8346e799fac59cdce6
parent2100018ded522e5126a5b58e3ee911d969731dc8 (diff)
downloadgnutls-802031ea51c7a72e172305f9c94585c6e47e5b9e.tar.gz
.gitlab-ci.yml: move destructive tests after trust store tests
That is, to ensure they are only run after the trust store is complete and that it doesn't affect its output. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5506295ff6..61f4767aae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -182,7 +182,8 @@ asan.Fedora.x86_64:
- CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan"
dash ./configure --cache-file cache/config.cache --disable-doc --with-default-trust-store-pkcs11="pkcs11:" --disable-guile --enable-destructive-tests
- make -j$(nproc)
- - make -C tests check -j$(nproc) TESTS="trust-store destructive/p11-kit-load.sh" SUBDIRS=.
+ - make -C tests check -j$(nproc) TESTS="trust-store" SUBDIRS=.
+ - make -C tests check -j$(nproc) TESTS= "destructive/p11-kit-load.sh" SUBDIRS=.
tags:
- shared
except: