Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

390
Views
Errors on gitlab CI/CD job - "bash: line 122: npm: command not found"
image: ubuntu:18.04 
before_script:
  - npm install
cache:
  paths:
  - node_modules

unit-test:
  tags:
    - test
  image: node:16.16.0
  script:
    - echo "Run unit testing"
    - npm run test
    - echo "Test successfully!"

This is what I wrote in gitlab CI/CD and I got an error said "bash: line 122: npm: command not found." I run a gitlab-runner in docker, and someone please help me. Thank you! (I am really new to the gitlab and docker stuff, and sorry for asking dumb questions......)

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!