From ec1f6d1156b06b9d1bbbb42f129f2333eb111deb Mon Sep 17 00:00:00 2001 From: malavan Date: Fri, 18 Jun 2021 15:27:30 +0000 Subject: [PATCH] wrong syntax on last commit Former-commit-id: 587ed953fa8c6a9ed9faf1c406e813ba79e9b7bf --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95a85cee8..b8123ce46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,12 @@ build: - make install make-test: - stage: test + stage: make test script: - make test node-redis-test: - requires: make-test - stage: test + stage: node redis test script: - mkdir node-redis-test - cd node-redis-test