Commit c57dd71b authored by Ramon Nou's avatar Ramon Nou
Browse files

Update .gitlab-ci.yml file

parent a5812966
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ unit-test-job: # This job runs in the test stage.
  needs: ['build-job']
  script:
    - ${INSTALL_PATH}/bin/opendevnull --syscall getpid
    - 

lint-test-job:   # This job also runs in the test stage.
  stage: test    # It can run at the same time as unit-test-job (in parallel).