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 7a6d923..a07fe31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ build: stage: build artifacts: untracked: true + when: always only: - master @@ -19,7 +20,6 @@ test: script: - ./funcjmp_simple_x86 || test $? -eq 66 - ./funcjmp_ext_x86 || test $? -eq 66 - - ./exec_crypter stage: test dependencies: - build |