summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-21 13:05:12 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-12-03 20:15:28 +0100
commit508c662a9f85f0237d42aaad7ba042458271f3d2 (patch)
tree36e93b062a4eeee1cc6682e212de226716bb41ca
parent15e907c69ef2fa1bc476ec268bc1411eef157c2f (diff)
downloadgnutls-508c662a9f85f0237d42aaad7ba042458271f3d2.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 2a59078766..736129e8f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -183,7 +183,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: