python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Class import is not working on gitlabci with cypress
in my cypress script i'm importing files as i'm doing page object models like this
import { LoginPage } from '../../page-objects/admin/login-page/LoginPage'
import {Common} from '../../page-objects/co...
Hamza Amami
Votes: 0
Answers: 1
Gitlab CI: How to fail a pipeline while still running subsequent stages/jobs
I am trying to run some jobs in a "test" stage followed by one job in a "monitor" stage.
The trouble is if the unit tests fail in the test stage, the entire pipeline fails and it s...
Nicholas Calaway
Votes: 0
Answers: 1
Semantic release not accepting GITLAB_TOKEN on gitlab private repository
Here is the error log message:
[3:40:55 PM] [semantic-release] › ✖ The command "git push --dry-run
--no-verify https://gitlab-ci-token:[secure]@[repository-url].git
HEAD:main" failed with ...

rfc1484
Votes: 0
Answers: 1
Getting "git: command not found" in a Docker container that has git installed
I'm running the following in a Docker container (in a Gitlab CI/CD pipeline) with the python:3 image. I installed git using the following command:
apt-get update
apt-get install -y git
Based on the o...
Michaela DeForest
Votes: 0
Answers: 1