]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
gitlab-ci: Fix syntax error in script test-fat
authorNiels Möller <nisse@lysator.liu.se>
Thu, 30 Jul 2020 18:56:40 +0000 (20:56 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 30 Jul 2020 18:56:40 +0000 (20:56 +0200)
.gitlab-ci.yml

index ef94fd80b39f44ac3c44653512919896776fe349..ac52ee381a8659d3d43ecb9d8d4649aa50fe348e 100644 (file)
@@ -15,7 +15,7 @@ build/x86-64:
   script:
   - ./.bootstrap &&
     ./configure --disable-static --enable-fat --disable-documentation && make -j4 &&
-    make check -j4
+    make check -j4 &&
     make check-fat
   tags:
   - shared